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

1 2 3

  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 963 public boolean glIsTexture(int texture) {
964 boolean result = ((GL11)mGL).glIsTexture( texture);
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 135 GLboolean (*glIsTexture)(GLuint texture);
main.cpp 993 GL_API GLboolean GL_APIENTRY glIsTexture(GLuint texture)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
entry_points.cpp 840 GL_APICALL GLboolean GL_APIENTRY glIsTexture(GLuint texture)
    [all...]
libGLESv2.hpp 154 GLboolean (*glIsTexture)(GLuint texture);
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 540 // C function GLboolean glIsTexture ( GLuint texture )
542 public static native boolean glIsTexture(
GLES20.java     [all...]
GLErrorWrapper.java     [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 424 boolean glIsTexture(
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 108 glIsTexture_client_proc_t glIsTexture;
gl_entry.cpp 103 GLboolean glIsTexture(GLuint texture);
881 GLboolean glIsTexture(GLuint texture)
884 return ctx->glIsTexture(ctx, texture);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 536 GLboolean glIsTexture(GLuint texture)
538 return getDispatch()->glIsTexture(texture);
    [all...]
gles_dispatch.h 119 glIsTexture_t glIsTexture;
391 glIsTexture_t set_glIsTexture(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; return retval;}
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 913 public boolean glIsTexture(int texture) {
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 100 glIsTexture_client_proc_t glIsTexture;
gl2_entry.cpp 95 GLboolean glIsTexture(GLuint texture);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/base/libs/hwui/debug/
gles_redefine.h 506 #define glIsTexture wrap_glIsTexture
    [all...]
gles_undefine.h 505 #undef glIsTexture
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 248 glIsTexture(217, 217),
845 case 217: return glIsTexture;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 94 milliseconds

1 2 3