Home
last modified time | relevance | path

Searched refs:glClipPlane (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_stubbed_in_translator_namespace.cpp9 GL_APICALL void GL_APIENTRY glClipPlane(GLenum, const GLdouble *) { return; } in glClipPlane() function
Dgles1_only.entries9 void glClipPlane(GLenum plane, const GLdouble *equation);
Dgles1_stubbed_in_translator_namespace.entries8 void glClipPlane(GLenum plane, const GLdouble *equation);
Dgles1_only_dispatch_logging_wrappers.impl20 DISPATCH_DEBUG_LOG("glClipPlane(plane:0x%X, equation:%p)", plane, equation);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h11 GL_APICALL void GL_APIENTRY glClipPlane(GLenum plane, const GLdouble * equation);
Dgles1_only_functions.h11 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp608 ctx->dispatcher().glClipPlane(plane,tmpEquation); in glClipPlanef()
618 ctx->dispatcher().glClipPlane(plane,tmpEquation); in glClipPlanex()
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h103 X(void, glClipPlane, (GLenum plane, const GLdouble * equation), (plane, equation)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h778 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h816 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
Dgl_mangle.h177 #define glClipPlane MANGLE(ClipPlane) macro