HomeSort by relevance Sort by last modified time
    Searched refs:glCullFace (Results 1 - 25 of 132) 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,
  /external/skia/src/gpu/android/
GrGLCreateNativeInterface_android.cpp 39 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);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 79 {"glCullFace", (void *)glCullFace},
  /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...]
  /gdk/samples/quake/jni/
glquake.h 343 #define glCullFace(...) do { glCullFace(__VA_ARGS__); GLCHECK("glCullFace");} while(0)
gl_vidandroid.cpp 200 glCullFace(GL_FRONT);
gl_rmain.cpp 1213 glCullFace(GL_BACK);
1216 glCullFace(GL_FRONT);
1452 glCullFace(GL_FRONT);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerState.java 75 lastSetter.put(Function.glCullFace.getNumber(), null);
104 case glCullFace:
  /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/ios/
GrGLDefaultInterface_iOS.cpp 39 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/unix/
GrGLCreateNativeInterface_unix.cpp 55 interface->fCullFace = glCullFace;
  /external/skia/src/gpu/win/
GrGLCreateNativeInterface_win.cpp 49 interface->fCullFace = glCullFace;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 86 glCullFace = 60;
  /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/mac/
GrGLCreateNativeInterface_mac.cpp 68 interface->fCullFace = glCullFace;

Completed in 1615 milliseconds

1 2 3 4 5 6