HomeSort by relevance Sort by last modified time
    Searched refs:glCullFace (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/rs/driver/
rsdProgramRaster.cpp 39 RSD_CALL_GL(glCullFace, GL_BACK);
43 RSD_CALL_GL(glCullFace, GL_FRONT);
  /external/chromium/webkit/glue/
gl_bindings_skia_cmd_buffer.cc 40 glCullFace,
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 38 {"glCullFace", (void*)glCullFace},
gl2_client_context.h 38 glCullFace_client_proc_t glCullFace;
247 virtual glCullFace_client_proc_t set_glCullFace(glCullFace_client_proc_t f) { glCullFace_client_proc_t retval = glCullFace; glCullFace = f; return retval;}
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 69 {"glCullFace", (void*)glCullFace},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 79 {"glCullFace", (void *)glCullFace},
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Simple_TextureCubemap/
Simple_TextureCubemap.c 164 glCullFace ( GL_BACK );
  /external/chromium_org/webkit/common/gpu/
gl_bindings_skia_cmd_buffer.cc 40 interface->fCullFace = glCullFace;
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 82 LOAD_GL_FUNC(glCullFace);
GLDispatch.h 59 void (GLAPIENTRY *glCullFace) (GLenum mode);
  /external/chromium_org/android_webview/browser/
scoped_app_gl_state_restore.cc 193 glCullFace(cull_face_mode_);
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 48 interface->fCullFace = glCullFace;
  /external/chromium_org/third_party/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 39 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 48 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 39 interface->fCullFace = glCullFace;
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 41 #define glCullFace GLES2_GET_FUN(CullFace)
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 72 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 72 interface->fCullFace = glCullFace;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 82 glCullFace_t glCullFace;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 329 glCullFace(GL_BACK);
332 glCullFace(GL_FRONT);
335 glCullFace(GL_FRONT_AND_BACK);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 589 &glCullFace,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 589 &glCullFace,
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 172 public void glCullFace(int mode) {
173 mgl.glCullFace(mode);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 86 glCullFace = 60;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 21 void glCullFace ( GLenum mode )

Completed in 635 milliseconds

1 2 3 4 5 6 7 8