Searched refs:glClipPlanefOES (Results 1 – 18 of 18) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 235 {"glClipPlanefOES", (void*)glClipPlanefOES},
|
D | gl_client_context.h | 255 glClipPlanefOES_client_proc_t glClipPlanefOES; member
|
D | gl_client_context.cpp | 255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 250 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() function 1772 ctx->glClipPlanefOES(ctx, plane, equation); in glClipPlanefOES()
|
D | gl_enc.cpp | 9172 this->glClipPlanefOES = &glClipPlanefOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | ClientAPIExts.in | 56 API_ENTRY(glClipPlanefOES,
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 56 API_ENTRY(glClipPlanefOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 263 glClipPlanefOES_server_proc_t glClipPlanefOES; member
|
D | gles1_server_context.cpp | 255 glClipPlanefOES = (glClipPlanefOES_server_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5016 this->glClipPlanefOES(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 541 #void glClipPlanefOES(GLenum plane, GLfloat *equation) 542 glClipPlanefOES
|
D | gles1.in | 250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles12tr_internal.entries | 43 void glClipPlanefOES( GLenum pname, const GLfloat* equation);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 403 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 853 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles12tr_internal.h | 45 X(void, glClipPlanefOES, (GLenum pname, const GLfloat* equation), (pname, equation)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glext.h | 5345 GLAPI void APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
|