Searched refs:glClipPlanexOES (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 171 {"glClipPlanexOES", (void*)glClipPlanexOES},
|
D | gl_client_context.h | 191 glClipPlanexOES_client_proc_t glClipPlanexOES; member
|
D | gl_client_context.cpp | 191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 186 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() function 1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES()
|
D | gl_enc.cpp | 9108 this->glClipPlanexOES = &glClipPlanexOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 195 glClipPlanexOES_server_proc_t glClipPlanexOES; member
|
D | gles1_server_context.cpp | 191 glClipPlanexOES = (glClipPlanexOES_server_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3667 this->glClipPlanexOES(var_plane, (const GLfixed*)(inptr_equation.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 388 #glClipPlanexOES(GLenum plane, const GLfixed * equation) 389 glClipPlanexOES
|
D | gles1.in | 186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 45 void glClipPlanexOES( GLenum pname, const GLfixed* equation);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 198 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 674 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 47 X(void, glClipPlanexOES, (GLenum pname, const GLfixed* equation), (pname, equation)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5218 GLAPI void APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
|