Searched refs:glGetClipPlanexOES (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 178 {"glGetClipPlanexOES", (void*)glGetClipPlanexOES},
|
D | gl_client_context.h | 198 glGetClipPlanexOES_client_proc_t glGetClipPlanexOES; member
|
D | gl_client_context.cpp | 198 glGetClipPlanexOES = (glGetClipPlanexOES_client_proc_t) getProc("glGetClipPlanexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 193 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn); 1423 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn) in glGetClipPlanexOES() function 1426 ctx->glGetClipPlanexOES(ctx, pname, eqn); in glGetClipPlanexOES()
|
D | gl_enc.cpp | 9115 this->glGetClipPlanexOES = &glGetClipPlanexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 202 glGetClipPlanexOES_server_proc_t glGetClipPlanexOES; member
|
D | gles1_server_context.cpp | 198 glGetClipPlanexOES = (glGetClipPlanexOES_server_proc_t) getProc("glGetClipPlanexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3805 this->glGetClipPlanexOES(var_pname, (GLfixed*)(outptr_eqn.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 403 #void glGetClipPlanexOES(GLenum pname, GLfixed * eqn) 404 glGetClipPlanexOES
|
D | gles1.in | 193 GL_ENTRY(void, glGetClipPlanexOES, GLenum pname, GLfixed* eqn)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 572 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 131 void glGetClipPlanexOES( GLenum pname, GLfixed* eqn);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 204 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 680 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 133 X(void, glGetClipPlanexOES, (GLenum pname, GLfixed* eqn), (pname, eqn)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5224 GLAPI void APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
|