Searched refs:glGetClipPlanefOES (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 237 {"glGetClipPlanefOES", (void*)glGetClipPlanefOES},
|
D | gl_client_context.h | 257 glGetClipPlanefOES_client_proc_t glGetClipPlanefOES; member
|
D | gl_client_context.cpp | 257 glGetClipPlanefOES = (glGetClipPlanefOES_client_proc_t) getProc("glGetClipPlanefOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 252 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn); 1781 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn) in glGetClipPlanefOES() function 1784 ctx->glGetClipPlanefOES(ctx, pname, eqn); in glGetClipPlanefOES()
|
D | gl_enc.cpp | 9174 this->glGetClipPlanefOES = &glGetClipPlanefOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 60 API_ENTRY(glGetClipPlanefOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 60 API_ENTRY(glGetClipPlanefOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 265 glGetClipPlanefOES_server_proc_t glGetClipPlanefOES; member
|
D | gles1_server_context.cpp | 257 glGetClipPlanefOES = (glGetClipPlanefOES_server_proc_t) getProc("glGetClipPlanefOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5057 this->glGetClipPlanefOES(var_pname, (GLfloat*)(outptr_eqn.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 551 #void glGetClipPlanefOES(GLenum pname, GLfloat * eqn) 552 glGetClipPlanefOES
|
D | gles1.in | 252 GL_ENTRY(void, glGetClipPlanefOES, GLenum pname, GLfloat * eqn)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 741 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 129 void glGetClipPlanefOES( GLenum pname, GLfloat* eqn);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 406 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 854 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 131 X(void, glGetClipPlanefOES, (GLenum pname, GLfloat* eqn), (pname, eqn)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5348 GLAPI void APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
|