/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 330 glClipPlanexIMG = glClipPlanex; in GLESv1() 331 glClipPlanexOES = glClipPlanex; in GLESv1()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 70 {"glClipPlanex", (void *)glClipPlanex},
|
D | gles_dispatch.h | 73 glClipPlanex_t glClipPlanex; member 345 …t set_glClipPlanex(glClipPlanex_t f) { glClipPlanex_t retval = glClipPlanex; glClipPlanex = f; ret… in set_glClipPlanex()
|
D | gles.cpp | 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() function 308 getDispatch()->glClipPlanex(plane, equation); in glClipPlanex()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 89 {"glClipPlanex", (void*)glClipPlanex},
|
D | gl_client_context.h | 91 glClipPlanex_client_proc_t glClipPlanex; member
|
D | gl_client_context.cpp | 91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
|
D | gl_entry.cpp | 86 void glClipPlanex(GLenum pname, const GLfixed* eqn); 779 void glClipPlanex(GLenum pname, const GLfixed* eqn) in glClipPlanex() function 782 ctx->glClipPlanex(ctx, pname, eqn); in glClipPlanex()
|
/device/generic/vulkan-cereal/stream-servers/gl/gles1_dec/ |
D | gles1_server_context.h | 93 glClipPlanex_server_proc_t glClipPlanex; member
|
D | gles1_server_context.cpp | 91 glClipPlanex = (glClipPlanex_server_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
|
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 78 void glClipPlanex(GLenum pname, const GLfixed * eqn);
|
D | gles1_only_dispatch_logging_wrappers.impl | 365 DISPATCH_DEBUG_LOG("glClipPlanex(pname:0x%X, eqn:%p)", pname, eqn);
|
D | gles12tr_internal.entries | 44 void glClipPlanex( GLenum pname, const GLfixed* equation);
|
/device/generic/vulkan-cereal/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 80 GL_APICALL void GL_APIENTRY glClipPlanex(GLenum pname, const GLfixed * eqn);
|
D | gles1_only_functions.h | 80 X(void, glClipPlanex, (GLenum pname, const GLfixed * eqn), (pname, eqn)) \
|
D | gles12tr_internal.h | 46 X(void, glClipPlanex, (GLenum pname, const GLfixed* equation), (pname, equation)) \
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.attrib | 38 glClipPlanex
|
D | gles1.in | 79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
|
/device/generic/vulkan-cereal/protocols/gles1/ |
D | gles1.attrib | 82 #void glClipPlanex(GLenum plane, GLfixed *eqn) 83 glClipPlanex
|
D | gles1.in | 79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 58 void glClipPlanex(GLenum plane, const GLfixed *equation);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/device/generic/vulkan-cereal/include/GLES/ |
D | gl.h | 645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
|
/device/google/cuttlefish/host/libs/graphics_detector/ |
D | gles_funcs.h | 173 X(void, glClipPlanex, (GLenum pname, const GLfixed * eqn), (pname, eqn)) \
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 611 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex() function
|