Searched refs:glCullFace (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/third_party/angle/samples/angle/simple_texture_cubemap/
H A DSimpleTextureCubemap.cpp75 glCullFace(GL_BACK);
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp89 glCullFace(GL_BACK);
/external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/
H A DSimpleVertexShader.cpp76 glCullFace(GL_BACK);
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp181 ES2F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
184 glCullFace(-1);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl31 { "glCullFace", (deFunctionPtr)glCullFace },
/external/chromium_org/third_party/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp59 } else if (0 == strcmp("glCullFace", name)) {
60 return (GrGLFuncPtr) glCullFace;
253 } else if (0 == strcmp("glCullFace", name)) {
254 return (GrGLFuncPtr) glCullFace;
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl31 gl->cullFace = &glCullFace;
H A DglwInitES30Direct.inl31 gl->cullFace = &glCullFace;
/external/chromium_org/gpu/skia_bindings/
H A Dgl_bindings_skia_cmd_buffer.cc46 functions->fCullFace = glCullFace;
/external/skia/src/gpu/gl/iOS/
H A DGrGLCreateNativeInterface_iOS.cpp38 functions->fCullFace = glCullFace;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h43 #define glCullFace GLES2_GET_FUN(CullFace) macro
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp183 ES3F_ADD_API_CASE(cull_face, "Invalid glCullFace() usage",
186 glCullFace(-1);
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp51 functions->fCullFace = glCullFace;
/external/chromium_org/android_webview/browser/
H A Dscoped_app_gl_state_restore.cc354 glCullFace(cull_face_mode_);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_context.c589 &glCullFace,
/external/deqp/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp186 ctx.glCullFace(-1);
395 {cull_face, "cull_face", "Invalid glCullFace() usage" },
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_context.c589 &glCullFace,
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h221 glCullFace(cull_mode);
326 glCullFace(cull_mode);
/external/chromium_org/ppapi/lib/gl/include/GLES2/
H A Dgl2.h517 #define glCullFace GLES2_GET_FUN(CullFace) macro
666 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java170 public void glCullFace(int mode) { method in class:GLErrorLogger.ErrorLoggingGL
171 ((GL10)mGL).glCullFace(mode);
/external/robolectric/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl6 gl->cullFace = glCullFace;
/external/chromium_org/third_party/angle/include/GLES2/
H A Dgl2.h500 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/external/chromium_org/third_party/khronos/GLES2/
H A Dgl2.h405 GL_APICALL void GL_APIENTRY glCullFace (GLenum mode);
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dgl.h654 GL_API void GL_APIENTRY glCullFace (GLenum mode);

Completed in 5503 milliseconds

123