/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 14 {"glClipPlanef", (void*)glClipPlanef},
|
D | gl_client_context.h | 16 glClipPlanef_client_proc_t glClipPlanef; member
|
D | gl_client_context.cpp | 16 glClipPlanef = (glClipPlanef_client_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
|
D | gl_entry.cpp | 11 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()
|
D | gl_enc.cpp | 8933 this->glClipPlanef = &glClipPlanef_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 16 glClipPlanef_server_proc_t glClipPlanef; member
|
D | gles1_server_context.cpp | 16 glClipPlanef = (glClipPlanef_server_proc_t) getProc("glClipPlanef", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 111 this->glClipPlanef(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 66 void glClipPlanef(GLenum plane, const GLfloat *equation);
|
D | gles1_only_dispatch_logging_wrappers.impl | 305 DISPATCH_DEBUG_LOG("glClipPlanef(plane:0x%X, equation:%p)", plane, equation);
|
D | gles12tr_internal.entries | 42 void glClipPlanef( GLenum pname, const GLfloat* equation);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 68 GL_APICALL void GL_APIENTRY glClipPlanef(GLenum plane, const GLfloat * equation);
|
D | gles1_only_functions.h | 68 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \
|
D | gles12tr_internal.h | 44 X(void, glClipPlanef, (GLenum pname, const GLfloat* equation), (pname, equation)) \
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 6 glClipPlanef
|
D | gles1.in | 4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 388 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 140 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/ |
D | GlesFuncs.h | 161 X(void, glClipPlanef, (GLenum plane, const GLfloat * equation), (plane, equation)) \
|