Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h14 {"glClipPlanef", (void*)glClipPlanef},
Dgl_client_context.h16 glClipPlanef_client_proc_t glClipPlanef; member
Dgl_client_context.cpp16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
Dgl_entry.cpp11 void glClipPlanef(GLenum plane, const GLfloat* equation);
327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() function
330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef()
Dgl_enc.cpp8933 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h16 glClipPlanef_server_proc_t glClipPlanef; member
Dgles1_server_context.cpp16 glClipPlanef = (glClipPlanef_server_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
Dgles1_dec.cpp111 this->glClipPlanef(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries66 void glClipPlanef(GLenum plane, const GLfloat *equation);
Dgles1_only_dispatch_logging_wrappers.impl305 DISPATCH_DEBUG_LOG("glClipPlanef(plane:0x%X, equation:%p)", plane, equation);
Dgles12tr_internal.entries42 void glClipPlanef( GLenum pname, const GLfloat* equation);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h68 GL_APICALL void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat * equation);
Dgles1_only_functions.h68 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \
Dgles12tr_internal.h44 X(void, glClipPlanef, (GLenum pname, const GLfloat* equation), (pname, equation)) \
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib5 #void glClipPlanef(GLenum plane, GLfloat *equation)
6 glClipPlanef
Dgles1.in4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h388 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
/hardware/google/gfxstream/include/GLES/
Dgl.h596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp140 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation);
278 …lClipPlanefOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glClipPlanef); in getProcAddressGles1()
600 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) { in glClipPlanef() function
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h161 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \