Searched refs:glPointParameterxvOES (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 198 {"glPointParameterxvOES", (void*)glPointParameterxvOES},
|
D | gl_client_context.h | 218 glPointParameterxvOES_client_proc_t glPointParameterxvOES; member
|
D | gl_client_context.cpp | 218 …glPointParameterxvOES = (glPointParameterxvOES_client_proc_t) getProc("glPointParameterxvOES", use… in initDispatchByName()
|
D | gl_entry.cpp | 213 void glPointParameterxvOES(GLenum pname, const GLfixed* params); 1543 void glPointParameterxvOES(GLenum pname, const GLfixed* params) in glPointParameterxvOES() function 1546 ctx->glPointParameterxvOES(ctx, pname, params); in glPointParameterxvOES()
|
D | gl_enc.cpp | 9135 this->glPointParameterxvOES = &glPointParameterxvOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 222 glPointParameterxvOES_server_proc_t glPointParameterxvOES; member
|
D | gles1_server_context.cpp | 218 …glPointParameterxvOES = (glPointParameterxvOES_server_proc_t) getProc("glPointParameterxvOES", use… in initDispatchByName()
|
D | gles1_dec.cpp | 4243 this->glPointParameterxvOES(var_pname, (const GLfixed*)(inptr_params.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 463 #void glPointParameterxvOES(GLenum pname, GLfixed *params) 464 glPointParameterxvOES
|
D | gles1.in | 213 GL_ENTRY(void, glPointParameterxvOES, GLenum pname, const GLfixed *params)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 591 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 230 void glPointParameterxvOES( GLenum pname, const GLfixed* params);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 220 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 699 GL_API void GL_APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 232 X(void, glPointParameterxvOES, (GLenum pname, const GLfixed* params), (pname, params)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5240 GLAPI void APIENTRY glPointParameterxvOES (GLenum pname, const GLfixed *params);
|