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

1 2 3 4 5 6

  /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},
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 82 LOAD_GL_FUNC(glCullFace);
GLDispatch.h 59 void (GLAPIENTRY *glCullFace) (GLenum mode);
  /external/quake/quake/src/WinQuake/
glquake.h 343 #define glCullFace(...) do { glCullFace(__VA_ARGS__); GLCHECK("glCullFace");} while(0)
gl_vidandroid.cpp 200 glCullFace(GL_FRONT);
gl_vidlinux.cpp 318 glCullFace(GL_FRONT);
gl_rmain.cpp 1213 glCullFace(GL_BACK);
1216 glCullFace(GL_FRONT);
1452 glCullFace(GL_FRONT);
    [all...]
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 157 glCullFace(GL_FRONT);
gl_vidlinux.c 309 glCullFace(GL_FRONT);
gl_vidlinux_svga.c 339 glCullFace(GL_FRONT);
gl_rmain.c 994 glCullFace(GL_BACK);
997 glCullFace(GL_FRONT);
1175 glCullFace(GL_FRONT);
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 41 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 38 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/unix/
GrGLCreateNativeInterface_unix.cpp 61 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 56 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/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 69 interface->fCullFace = 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;

Completed in 619 milliseconds

1 2 3 4 5 6