Home
last modified time | relevance | path

Searched refs:glPointSizexOES (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h199 {"glPointSizexOES", (void*)glPointSizexOES},
Dgl_client_context.h219 glPointSizexOES_client_proc_t glPointSizexOES; member
Dgl_client_context.cpp219 glPointSizexOES = (glPointSizexOES_client_proc_t) getProc("glPointSizexOES", userData); in initDispatchByName()
Dgl_entry.cpp214 void glPointSizexOES(GLfixed size);
1549 void glPointSizexOES(GLfixed size) in glPointSizexOES() function
1552 ctx->glPointSizexOES(ctx, size); in glPointSizexOES()
Dgl_enc.cpp9136 this->glPointSizexOES = &glPointSizexOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h223 glPointSizexOES_server_proc_t glPointSizexOES; member
Dgles1_server_context.cpp219 glPointSizexOES = (glPointSizexOES_server_proc_t) getProc("glPointSizexOES", userData); in initDispatchByName()
Dgles1_dec.cpp4260 this->glPointSizexOES(var_size); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h592 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries233 void glPointSizexOES( GLfixed size);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in214 GL_ENTRY(void, glPointSizexOES, GLfixed size)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h221 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h700 GL_API void GL_APIENTRY glPointSizexOES (GLfixed size);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h235 X(void, glPointSizexOES, (GLfixed size), (size)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5241 GLAPI void APIENTRY glPointSizexOES (GLfixed size);