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

1 2 3

  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 143 {"glSampleCoveragex", (void *)glSampleCoveragex},
gles_dispatch.h 146 glSampleCoveragex_t glSampleCoveragex;
418 glSampleCoveragex_t set_glSampleCoveragex(glSampleCoveragex_t f) { glSampleCoveragex_t retval = glSampleCoveragex; glSampleCoveragex = f; return retval;}
    [all...]
gles.cpp 671 void glSampleCoveragex(GLclampx value, GLboolean invert)
673 getDispatch()->glSampleCoveragex(value, invert);
    [all...]
  /external/quake/quake/src/WinQuake/
glquake.h 407 #define glSampleCoveragex(...) do { glSampleCoveragex(__VA_ARGS__); GLCHECK("glSampleCoveragex");} while(0)
  /gdk/samples/quake/jni/
glquake.h 407 #define glSampleCoveragex(...) do { glSampleCoveragex(__VA_ARGS__); GLCHECK("glSampleCoveragex");} while(0)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 319 glSampleCoveragex = 293;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 146 glSampleCoveragex_t glSampleCoveragex;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 557 public void glSampleCoveragex(int value, boolean invert) {
558 mgl.glSampleCoveragex(value, invert);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES10.spec 86 void glSampleCoveragex ( GLclampx value, GLboolean invert )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java     [all...]
GLErrorWrapper.java 688 public void glSampleCoveragex(int value, boolean invert) {
690 mgl.glSampleCoveragex(value, invert);
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 821 void glSampleCoveragex(
  /frameworks/native/opengl/libagl/
state.cpp 224 void glSampleCoveragex(GLclampx value, GLboolean invert) {
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 589 public void glSampleCoveragex(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 581 public void glSampleCoveragex(int value, boolean invert) {
582 ((GL10)mGL).glSampleCoveragex(value, invert);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 901 // C function void glSampleCoveragex ( GLclampx value, GLboolean invert )
903 public native void glSampleCoveragex(
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 558 GLAPI void APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
gl.h 718 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 717 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 717 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 717 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 717 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);
    [all...]

Completed in 1865 milliseconds

1 2 3