Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h235 {"glClipPlanefOES", (void*)glClipPlanefOES},
Dgl_client_context.h255 glClipPlanefOES_client_proc_t glClipPlanefOES; member
Dgl_client_context.cpp255 glClipPlanefOES = (glClipPlanefOES_client_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
Dgl_entry.cpp250 void glClipPlanefOES(GLenum plane, const GLfloat* equation);
1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() function
1772 ctx->glClipPlanefOES(ctx, plane, equation); in glClipPlanefOES()
Dgl_enc.cpp9172 this->glClipPlanefOES = &glClipPlanefOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in56 API_ENTRY(glClipPlanefOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in56 API_ENTRY(glClipPlanefOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h263 glClipPlanefOES_server_proc_t glClipPlanefOES; member
Dgles1_server_context.cpp255 glClipPlanefOES = (glClipPlanefOES_server_proc_t) getProc("glClipPlanefOES", userData); in initDispatchByName()
Dgles1_dec.cpp5016 this->glClipPlanefOES(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib541 #void glClipPlanefOES(GLenum plane, GLfloat *equation)
542 glClipPlanefOES
Dgles1.in250 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat *equation)
/hardware/google/gfxstream/include/GLES/
Dglext.h740 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries43 void glClipPlanefOES( GLenum pname, const GLfloat* equation);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h403 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h853 GL_API void GL_APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h45 X(void, glClipPlanefOES, (GLenum pname, const GLfloat* equation), (pname, equation)) \
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5345 GLAPI void APIENTRY glClipPlanefOES (GLenum plane, const GLfloat *equation);