Searched refs:glPolygonOffsetxOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 200 {"glPolygonOffsetxOES", (void*)glPolygonOffsetxOES},
|
D | gl_client_context.h | 220 glPolygonOffsetxOES_client_proc_t glPolygonOffsetxOES; member
|
D | gl_client_context.cpp | 220 glPolygonOffsetxOES = (glPolygonOffsetxOES_client_proc_t) getProc("glPolygonOffsetxOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units); 1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() function 1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
|
D | gl_enc.cpp | 9137 this->glPolygonOffsetxOES = &glPolygonOffsetxOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 224 glPolygonOffsetxOES_server_proc_t glPolygonOffsetxOES; member
|
D | gles1_server_context.cpp | 220 glPolygonOffsetxOES = (glPolygonOffsetxOES_server_proc_t) getProc("glPolygonOffsetxOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4278 this->glPolygonOffsetxOES(var_factor, var_units); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 593 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 239 void glPolygonOffsetxOES( GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 215 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 222 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 701 GL_API void GL_APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 241 X(void, glPolygonOffsetxOES, (GLfixed factor, GLfixed units), (factor, units)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5242 GLAPI void APIENTRY glPolygonOffsetxOES (GLfixed factor, GLfixed units);
|