Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h236 {"glClipPlanefIMG", (void*)glClipPlanefIMG},
Dgl_client_context.h256 glClipPlanefIMG_client_proc_t glClipPlanefIMG; member
Dgl_client_context.cpp256 glClipPlanefIMG = (glClipPlanefIMG_client_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
Dgl_entry.cpp251 void glClipPlanefIMG(GLenum plane, const GLfloat* equation);
1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG() function
1778 ctx->glClipPlanefIMG(ctx, plane, equation); in glClipPlanefIMG()
Dgl_enc.cpp9173 this->glClipPlanefIMG = &glClipPlanefIMG_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h264 glClipPlanefIMG_server_proc_t glClipPlanefIMG; member
Dgles1_server_context.cpp256 glClipPlanefIMG = (glClipPlanefIMG_server_proc_t) getProc("glClipPlanefIMG", userData); in initDispatchByName()
Dgles1_dec.cpp5035 this->glClipPlanefIMG(var_plane, (const GLfloat*)(inptr_equation.get())); in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib546 #void glClipPlanefIMG(GLenum plane, GLfloat *equation)
547 glClipPlanefIMG
Dgles1.in251 GL_ENTRY(void, glClipPlanefIMG, GLenum plane, const GLfloat *equation)
/hardware/google/gfxstream/include/GLES/
Dglext.h947 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h809 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum p, const GLfloat *eqn);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h1156 GL_API void GL_APIENTRY glClipPlanefIMG (GLenum, const GLfloat *);