Searched refs:glClipPlane (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_stubbed_in_translator_namespace.cpp | 9 GL_APICALL void GL_APIENTRY glClipPlane(GLenum, const GLdouble *) { return; } in glClipPlane() function
|
D | gles1_only.entries | 9 void glClipPlane(GLenum plane, const GLdouble *equation);
|
D | gles1_stubbed_in_translator_namespace.entries | 8 void glClipPlane(GLenum plane, const GLdouble *equation);
|
D | gles1_only_dispatch_logging_wrappers.impl | 20 DISPATCH_DEBUG_LOG("glClipPlane(plane:0x%X, equation:%p)", plane, equation);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 11 GL_APICALL void GL_APIENTRY glClipPlane(GLenum plane, const GLdouble * equation);
|
D | gles1_only_functions.h | 11 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 608 ctx->dispatcher().glClipPlane(plane,tmpEquation); in glClipPlanef() 618 ctx->dispatcher().glClipPlane(plane,tmpEquation); in glClipPlanex()
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 103 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 778 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 816 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
|
D | gl_mangle.h | 177 #define glClipPlane MANGLE(ClipPlane) macro
|