Searched refs:glPointSizexOES (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 199 {"glPointSizexOES", (void*)glPointSizexOES},
|
D | gl_client_context.h | 219 glPointSizexOES_client_proc_t glPointSizexOES; member
|
D | gl_client_context.cpp | 219 glPointSizexOES = (glPointSizexOES_client_proc_t) getProc("glPointSizexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 214 void glPointSizexOES(GLfixed size); 1549 void glPointSizexOES(GLfixed size) in glPointSizexOES() function 1552 ctx->glPointSizexOES(ctx, size); in glPointSizexOES()
|
D | gl_enc.cpp | 9136 this->glPointSizexOES = &glPointSizexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 223 glPointSizexOES_server_proc_t glPointSizexOES; member
|
D | gles1_server_context.cpp | 219 glPointSizexOES = (glPointSizexOES_server_proc_t) getProc("glPointSizexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4260 this->glPointSizexOES(var_size); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 592 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 233 void glPointSizexOES( GLfixed size);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 214 GL_ENTRY(void, glPointSizexOES, GLfixed size)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 221 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 700 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 235 X(void, glPointSizexOES, (GLfixed size), (size)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5241 GLAPI void APIENTRY glPointSizexOES (GLfixed size);
|