Searched refs:glCullFace (Results 1 – 21 of 21) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 79 {"glCullFace", (void *)glCullFace},
|
D | gles_dispatch.h | 82 glCullFace_t glCullFace; member 354 …glCullFace_t set_glCullFace(glCullFace_t f) { glCullFace_t retval = glCullFace; glCullFace = f; re… in set_glCullFace()
|
D | gles.cpp | 351 void glCullFace(GLenum mode) in glCullFace() function 353 getDispatch()->glCullFace(mode); in glCullFace()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 69 {"glCullFace", (void*)glCullFace},
|
D | gl_client_context.h | 71 glCullFace_client_proc_t glCullFace; member
|
D | gl_client_context.cpp | 71 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
D | gl_entry.cpp | 66 void glCullFace(GLenum mode); 657 void glCullFace(GLenum mode) in glCullFace() function 660 ctx->glCullFace(ctx, mode); in glCullFace()
|
D | gl_enc.cpp | 8430 this->glCullFace = &glCullFace_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 38 {"glCullFace", (void*)glCullFace},
|
D | gl2_client_context.h | 40 glCullFace_client_proc_t glCullFace; member
|
D | gl2_client_context.cpp | 40 glCullFace = (glCullFace_client_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 35 void glCullFace(GLenum mode); 606 void glCullFace(GLenum mode) in glCullFace() function 609 ctx->glCullFace(ctx, mode); in glCullFace()
|
D | gl2_enc.cpp | 11600 this->glCullFace = &glCullFace_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 32 void glCullFace(GLenum mode);
|
D | gles1_core.entries | 67 void glCullFace(GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 59 GL_ENTRY(void, glCullFace, GLenum mode)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
D | gl31.h | 404 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 28 GL_ENTRY(void, glCullFace, GLenum mode)
|