Searched refs:glClipPlanexIMG (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 172 {"glClipPlanexIMG", (void*)glClipPlanexIMG},
|
D | gl_client_context.h | 192 glClipPlanexIMG_client_proc_t glClipPlanexIMG; member
|
D | gl_client_context.cpp | 192 glClipPlanexIMG = (glClipPlanexIMG_client_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
|
D | gl_entry.cpp | 187 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() function 1390 ctx->glClipPlanexIMG(ctx, plane, equation); in glClipPlanexIMG()
|
D | gl_enc.cpp | 9109 this->glClipPlanexIMG = &glClipPlanexIMG_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 196 glClipPlanexIMG_server_proc_t glClipPlanexIMG; member
|
D | gles1_server_context.cpp | 192 glClipPlanexIMG = (glClipPlanexIMG_server_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 3686 this->glClipPlanexIMG(var_plane, (const GLfixed*)(inptr_equation.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 393 #glClipPlanexIMG(GLenum plane, const GLfixed * equation) 394 glClipPlanexIMG
|
D | gles1.in | 187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 948 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 810 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum p, const GLfixed *eqn);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1157 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
|