Searched refs:glClipPlanefIMG (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 236 {"glClipPlanefIMG", (void*)glClipPlanefIMG},
|
D | gl_client_context.h | 256 glClipPlanefIMG_client_proc_t glClipPlanefIMG; member
|
D | gl_client_context.cpp | 256 glClipPlanefIMG = (glClipPlanefIMG_client_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
|
D | gl_entry.cpp | 251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG() function 1778 ctx->glClipPlanefIMG(ctx, plane, equation); in glClipPlanefIMG()
|
D | gl_enc.cpp | 9173 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 264 glClipPlanefIMG_server_proc_t glClipPlanefIMG; member
|
D | gles1_server_context.cpp | 256 glClipPlanefIMG = (glClipPlanefIMG_server_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 5035 this->glClipPlanefIMG(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 546 #void glClipPlanefIMG(GLenum plane, GLfloat *equation) 547 glClipPlanefIMG
|
D | gles1.in | 251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 947 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 809 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 1156 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
|