Home
last modified time | relevance | path

Searched refs:glClipPlanex (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h89 {"glClipPlanex", (void*)glClipPlanex},
Dgl_client_context.h91 glClipPlanex_client_proc_t glClipPlanex; member
Dgl_client_context.cpp91 glClipPlanex = (glClipPlanex_client_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
Dgl_entry.cpp86 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()
Dgl_enc.cpp9008 this->glClipPlanex = &glClipPlanex_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h93 glClipPlanex_server_proc_t glClipPlanex; member
Dgles1_server_context.cpp91 glClipPlanex = (glClipPlanex_server_proc_t) getProc("glClipPlanex", userData); in initDispatchByName()
Dgles1_dec.cpp1608 this->glClipPlanex(var_pname, (const GLfixed*)(inptr_eqn.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries78 void glClipPlanex(GLenum pname, const GLfixed * eqn);
Dgles1_only_dispatch_logging_wrappers.impl365 DISPATCH_DEBUG_LOG("glClipPlanex(pname:0x%X, eqn:%p)", pname, eqn);
Dgles12tr_internal.entries44 void glClipPlanex( GLenum pname, const GLfixed* equation);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h80 GL_APICALL void GL_APIENTRY glClipPlanex(GLenum pname, const GLfixed * eqn);
Dgles1_only_functions.h80 X(void, glClipPlanex, (GLenum pname, const GLfixed * eqn), (pname, eqn)) \
Dgles12tr_internal.h46 X(void, glClipPlanex, (GLenum pname, const GLfixed* equation), (pname, equation)) \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib82 #void glClipPlanex(GLenum plane, GLfixed *eqn)
83 glClipPlanex
Dgles1.in79 GL_ENTRY(void, glClipPlanex, GLenum pname, const GLfixed * eqn)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h435 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/include/GLES/
Dgl.h645 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h173 X(void, glClipPlanex, (GLenum pname, const GLfixed * eqn), (pname, eqn)) \
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp611 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex() function