Home
last modified time | relevance | path

Searched refs:glGetClipPlanefOES (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h237 {"glGetClipPlanefOES", (void*)glGetClipPlanefOES},
Dgl_client_context.h257 glGetClipPlanefOES_client_proc_t glGetClipPlanefOES; member
Dgl_client_context.cpp257 glGetClipPlanefOES = (glGetClipPlanefOES_client_proc_t) getProc("glGetClipPlanefOES", userData); in initDispatchByName()
Dgl_entry.cpp252 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn);
1781 void glGetClipPlanefOES(GLenum pname, GLfloat* eqn) in glGetClipPlanefOES() function
1784 ctx->glGetClipPlanefOES(ctx, pname, eqn); in glGetClipPlanefOES()
Dgl_enc.cpp9174 this->glGetClipPlanefOES = &glGetClipPlanefOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in60 API_ENTRY(glGetClipPlanefOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in60 API_ENTRY(glGetClipPlanefOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h265 glGetClipPlanefOES_server_proc_t glGetClipPlanefOES; member
Dgles1_server_context.cpp257 glGetClipPlanefOES = (glGetClipPlanefOES_server_proc_t) getProc("glGetClipPlanefOES", userData); in initDispatchByName()
Dgles1_dec.cpp5057 this->glGetClipPlanefOES(var_pname, (GLfloat*)(outptr_eqn.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib551 #void glGetClipPlanefOES(GLenum pname, GLfloat * eqn)
552 glGetClipPlanefOES
Dgles1.in252 GL_ENTRY(void, glGetClipPlanefOES, GLenum pname, GLfloat * eqn)
/hardware/google/gfxstream/include/GLES/
Dglext.h741 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries129 void glGetClipPlanefOES( GLenum pname, GLfloat* eqn);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h406 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h854 GL_API void GL_APIENTRY glGetClipPlanefOES (GLenum pname, GLfloat eqn[4]);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h131 X(void, glGetClipPlanefOES, (GLenum pname, GLfloat* eqn), (pname, eqn)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5348 GLAPI void APIENTRY glGetClipPlanefOES (GLenum plane, GLfloat *equation);