/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()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1.lds | 62 glCullFace;
|
D | gles3.lds | 76 glCullFace;
|
D | gles1_wrapper_context.h | 71 glCullFace_wrapper_proc_t glCullFace; member
|
D | gles3_wrapper_context.h | 40 glCullFace_wrapper_proc_t glCullFace; member
|
D | gles1_wrapper_context.cpp | 71 glCullFace = (glCullFace_wrapper_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 40 glCullFace = (glCullFace_wrapper_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 66 void glCullFace(GLenum mode); 655 void glCullFace(GLenum mode) in glCullFace() function 658 ctx->glCullFace( mode); in glCullFace()
|
D | gles1.in | 59 GL_ENTRY(void, glCullFace, GLenum mode)
|
D | gles3_wrapper_entry.cpp | 35 void glCullFace(GLenum mode); 589 void glCullFace(GLenum mode) in glCullFace() function 592 ctx->glCullFace( mode); in glCullFace()
|
/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()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 67 void glCullFace(GLenum mode);
|
D | gles2_core.entries | 32 void glCullFace(GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 404 GL_APICALL 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);
|