HomeSort by relevance Sort by last modified time
    Searched defs:glClearStencil (Results 1 - 25 of 75) sorted by null

1 2 3

  /frameworks/native/opengl/libagl/
state.cpp 595 void glClearStencil(GLint s) {
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.cpp 259 void ContextWrapper::glClearStencil (int stencil)
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 106 public void glClearStencil(int s) {
107 ((GL10)mGL).glClearStencil(s);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 63 void (*glClearStencil)(GLint s);
main.cpp 641 GL_API void GL_APIENTRY glClearStencil(GLint s)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 338 GL_APICALL void GL_APIENTRY glClearStencil(GLint s)
    [all...]
libGLESv2.hpp 63 void (*glClearStencil)(GLint s);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 157 // C function void glClearStencil ( GLint s )
159 public native void glClearStencil(
    [all...]
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 61 glClearStencil_client_proc_t glClearStencil;
gl_entry.cpp 56 void glClearStencil(GLint s);
595 void glClearStencil(GLint s)
598 ctx->glClearStencil(ctx, s);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 296 void glClearStencil(GLint s)
298 getDispatch()->glClearStencil(s);
    [all...]
gles_dispatch.h 71 glClearStencil_t glClearStencil;
343 glClearStencil_t set_glClearStencil(glClearStencil_t f) { glClearStencil_t retval = glClearStencil; glClearStencil = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 121 public void glClearStencil(int s) {
122 mgl.glClearStencil(s);
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 31 glClearStencil_client_proc_t glClearStencil;
gl2_entry.cpp 26 void glClearStencil(GLint s);
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 343 // C function void glClearStencil ( GLint s )
345 public static native void glClearStencil(
    [all...]
GLES20.java 468 // C function void glClearStencil ( GLint s )
470 public static native void glClearStencil(
    [all...]
GLErrorWrapper.java 130 public void glClearStencil(int s) {
132 mgl.glClearStencil(s);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 311 void glClearStencil(
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp 726 void APIENTRY glClearStencil(GLint s)
    [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 95 #define glClearStencil wrap_glClearStencil
    [all...]
gles_undefine.h 95 #undef glClearStencil
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 

Completed in 102 milliseconds

1 2 3