Searched refs:glPointSizex (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 126 {"glPointSizex", (void*)glPointSizex},
|
D | gl_client_context.h | 128 glPointSizex_client_proc_t glPointSizex; member
|
D | gl_client_context.cpp | 128 glPointSizex = (glPointSizex_client_proc_t) getProc("glPointSizex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 123 void glPointSizex(GLfixed size); 1003 void glPointSizex(GLfixed size) in glPointSizex() function 1006 ctx->glPointSizex(ctx, size); in glPointSizex()
|
D | gl_enc.cpp | 9045 this->glPointSizex = &glPointSizex_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 132 glPointSizex_server_proc_t glPointSizex; member
|
D | gles1_server_context.cpp | 128 glPointSizex = (glPointSizex_server_proc_t) getProc("glPointSizex", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 2405 this->glPointSizex(var_size); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 98 void glPointSizex(GLfixed size);
|
D | gles1_only_dispatch_logging_wrappers.impl | 465 DISPATCH_DEBUG_LOG("glPointSizex(size:%d)", size);
|
D | gles12tr_internal.entries | 232 void glPointSizex( GLfixed size);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 100 GL_APICALL void GL_APIENTRY glPointSizex(GLfixed size);
|
D | gles1_only_functions.h | 100 X(void, glPointSizex, (GLfixed size), (size)) \
|
D | gles12tr_internal.h | 234 X(void, glPointSizex, (GLfixed size), (size)) \
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 711 GL_API void GL_APIENTRY glPointSizex (GLfixed size);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 501 GL_API void GL_APIENTRY glPointSizex (GLfixed size);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 711 GL_API void GL_APIENTRY glPointSizex (GLfixed size);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 116 GL_ENTRY(void, glPointSizex, GLfixed size)
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 193 X(void, glPointSizex, (GLfixed size), (size)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 1785 GL_API void GL_APIENTRY glPointSizex( GLfixed size) { in glPointSizex() function
|