Home
last modified time | relevance | path

Searched refs:glClipPlanexIMG (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h172 {"glClipPlanexIMG", (void*)glClipPlanexIMG},
Dgl_client_context.h192 glClipPlanexIMG_client_proc_t glClipPlanexIMG; member
Dgl_client_context.cpp192 glClipPlanexIMG = (glClipPlanexIMG_client_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
Dgl_entry.cpp187 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()
Dgl_enc.cpp9109 this->glClipPlanexIMG = &glClipPlanexIMG_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h196 glClipPlanexIMG_server_proc_t glClipPlanexIMG; member
Dgles1_server_context.cpp192 glClipPlanexIMG = (glClipPlanexIMG_server_proc_t) getProc("glClipPlanexIMG", userData); in initDispatchByName()
Dgles1_dec.cpp3686 this->glClipPlanexIMG(var_plane, (const GLfixed*)(inptr_equation.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib393 #glClipPlanexIMG(GLenum plane, const GLfixed * equation)
394 glClipPlanexIMG
Dgles1.in187 GL_ENTRY(void, glClipPlanexIMG, GLenum plane, const GLfixed * equation)
/hardware/google/gfxstream/include/GLES/
Dglext.h948 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h810 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum p, const GLfixed *eqn);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h1157 GL_API void GL_APIENTRY glClipPlanexIMG (GLenum, const GLfixed *);