Home
last modified time | relevance | path

Searched refs:glClipPlanexOES (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h171 {"glClipPlanexOES", (void*)glClipPlanexOES},
Dgl_client_context.h191 glClipPlanexOES_client_proc_t glClipPlanexOES; member
Dgl_client_context.cpp191 glClipPlanexOES = (glClipPlanexOES_client_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
Dgl_entry.cpp186 void glClipPlanexOES(GLenum plane, const GLfixed* equation);
1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() function
1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES()
Dgl_enc.cpp9108 this->glClipPlanexOES = &glClipPlanexOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h195 glClipPlanexOES_server_proc_t glClipPlanexOES; member
Dgles1_server_context.cpp191 glClipPlanexOES = (glClipPlanexOES_server_proc_t) getProc("glClipPlanexOES", userData); in initDispatchByName()
Dgles1_dec.cpp3667 this->glClipPlanexOES(var_plane, (const GLfixed*)(inptr_equation.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib388 #glClipPlanexOES(GLenum plane, const GLfixed * equation)
389 glClipPlanexOES
Dgles1.in186 GL_ENTRY(void, glClipPlanexOES, GLenum plane, const GLfixed * equation)
/hardware/google/gfxstream/include/GLES/
Dglext.h566 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries45 void glClipPlanexOES( GLenum pname, const GLfixed* equation);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h198 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h674 GL_API void GL_APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h47 X(void, glClipPlanexOES, (GLenum pname, const GLfixed* equation), (pname, equation)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5218 GLAPI void APIENTRY glClipPlanexOES (GLenum plane, const GLfixed *equation);