HomeSort by relevance Sort by last modified time
    Searched refs:glClearStencil (Results 26 - 50 of 93) sorted by null

12 3 4

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 311 void glClearStencil(
  /frameworks/base/opengl/libagl/
state.cpp 594 void glClearStencil(GLint s) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 79 public void glClearStencil(
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 82 void (GLAPIENTRY *GLDispatch::glClearStencil)(GLint) = NULL;
318 LOAD_GL_FUNC(glClearStencil);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 48 glClearStencil(18, 18),
246 case 18: return glClearStencil;
    [all...]
MessageParser.java 214 case glClearStencil:
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 48 glClearStencil(18, 18),
246 case 18: return glClearStencil;
    [all...]
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles.cpp 296 void glClearStencil(GLint s)
298 getDispatch()->glClearStencil(s);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLErrorWrapper.java 130 public void glClearStencil(int s) {
132 mgl.glClearStencil(s);
    [all...]
GLES20.java 464 // C function void glClearStencil ( GLint s )
466 public static native void glClearStencil(
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 643 GL_API void GL_APIENTRY glClearStencil (GLint s);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 643 GL_API void GL_APIENTRY glClearStencil (GLint s);
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 47 static void (GLAPIENTRY *glClearStencil) (GLint s);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 94 s_gl.glClearStencil = (glClearStencil_t) s_gles_lib->findSymbol("glClearStencil");
  /external/mesa3d/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
  /frameworks/base/opengl/include/GLES/
gl.h 643 GL_API void GL_APIENTRY glClearStencil (GLint s);
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 492 GL_APICALL void GL_APIENTRY glClearStencil (GLint s);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 156 // C function void glClearStencil ( GLint s )
158 public native void glClearStencil(
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.h 331 static const Function glClearStencil = Message_Function_glClearStencil;
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 483 GLAPI void APIENTRY glClearStencil (GLint s);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvasImpl.java 687 gl.glClearStencil(0);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 642 GL_API void GL_APIENTRY glClearStencil (GLint s);
    [all...]

Completed in 762 milliseconds

12 3 4