/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotRasterization_unittest.cpp | 57 void stateChange() override { gl->glCullFace(GetParam()); } in stateChange()
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/guest/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()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 29 void glCullFace(GLenum mode);
|
D | gles_common.entries | 28 void glCullFace(GLenum mode);
|
D | gles_common_for_gles2.entries | 29 void glCullFace(GLenum mode);
|
D | gles_common_dispatch_logging_wrappers.impl | 100 DISPATCH_DEBUG_LOG("glCullFace(mode:0x%X)", mode);
|
D | gles12tr_internal.entries | 62 void glCullFace( GLenum mode);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 30 GL_APICALL void GL_APIENTRY glCullFace(GLenum mode);
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 30 GL_APICALL void GL_APIENTRY glCullFace(GLenum mode);
|
D | gles_common_functions.h | 30 X(void, glCullFace, (GLenum mode), (mode)) \
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 71 glCullFace_server_proc_t glCullFace; member
|
D | gles1_server_context.cpp | 71 glCullFace = (glCullFace_server_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 45 glCullFace_server_proc_t glCullFace; member
|
D | gles2_server_context.cpp | 40 glCullFace = (glCullFace_server_proc_t) getProc("glCullFace", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 444 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 654 GL_API void GL_APIENTRY glCullFace (GLenum mode);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 553 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 59 GL_ENTRY(void, glCullFace, GLenum mode)
|