HomeSort by relevance Sort by last modified time
    Searched refs:glScissor (Results 101 - 125 of 143) sorted by null

1 2 3 45 6

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 86 static void (GLAPIENTRY *glScissor) (GLint x, GLint y, GLsizei width, GLsizei height);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 165 s_gl.glScissor = (glScissor_t) s_gles_lib->findSymbol("glScissor");
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 329 glScissor(298, 298),
822 case 298: return glScissor;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 257 SDL_PROC_UNUSED(void,glScissor,(GLint x, GLint y, GLsizei width, GLsizei height))
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 133 void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 906 ::glScissor(x, y, width, height);
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 1082 void glScissor(GLint x, GLint y, GLsizei w, GLsizei h)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 94 case glScissor:
498 // void glScissor(GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
OGLESShaderRenderer.java 696 logger.log(Level.INFO, "GLES20.glScissor({0}, {1}, {2}, {3})", new Object[]{x, y, width, height});
698 GLES20.glScissor(x, y, width, height);
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java 726 glScissor(x, y, width, height);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 939 const GLMessage_Function GLMessage::glScissor;
    [all...]
gltrace.pb.h     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
gl.h 812 GLAPI void GLAPIENTRY glScissor( GLint x, GLint y, GLsizei width, GLsizei height);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]

Completed in 3164 milliseconds

1 2 3 45 6