Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h178 {"glGetClipPlanexOES", (void*)glGetClipPlanexOES},
Dgl_client_context.h198 glGetClipPlanexOES_client_proc_t glGetClipPlanexOES; member
Dgl_client_context.cpp198 glGetClipPlanexOES = (glGetClipPlanexOES_client_proc_t) getProc("glGetClipPlanexOES", userData); in initDispatchByName()
Dgl_entry.cpp193 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn);
1423 void glGetClipPlanexOES(GLenum pname, GLfixed* eqn) in glGetClipPlanexOES() function
1426 ctx->glGetClipPlanexOES(ctx, pname, eqn); in glGetClipPlanexOES()
Dgl_enc.cpp9115 this->glGetClipPlanexOES = &glGetClipPlanexOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h202 glGetClipPlanexOES_server_proc_t glGetClipPlanexOES; member
Dgles1_server_context.cpp198 glGetClipPlanexOES = (glGetClipPlanexOES_server_proc_t) getProc("glGetClipPlanexOES", userData); in initDispatchByName()
Dgles1_dec.cpp3805 this->glGetClipPlanexOES(var_pname, (GLfixed*)(outptr_eqn.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib403 #void glGetClipPlanexOES(GLenum pname, GLfixed * eqn)
404 glGetClipPlanexOES
Dgles1.in193 GL_ENTRY(void, glGetClipPlanexOES, GLenum pname, GLfixed* eqn)
/hardware/google/gfxstream/include/GLES/
Dglext.h572 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries131 void glGetClipPlanexOES( GLenum pname, GLfixed* eqn);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h204 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h680 GL_API void GL_APIENTRY glGetClipPlanexOES (GLenum pname, GLfixed eqn[4]);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h133 X(void, glGetClipPlanexOES, (GLenum pname, GLfixed* eqn), (pname, eqn)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5224 GLAPI void APIENTRY glGetClipPlanexOES (GLenum plane, GLfixed *equation);