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

1 2 3 4 5

  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 67 texture_state_ = glIsTexture(texture_id) ? kStateComplete : kStateGenerated;
286 if (glIsTexture(texture_id_)) {
325 return texture_state_ == kStateComplete && !glIsTexture(texture_id_);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 121 LOAD_GL_FUNC(glIsTexture);
GLDispatch.h 98 GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 116 {"glIsTexture", (void *)glIsTexture},
gles_dispatch.h 119 glIsTexture_t glIsTexture;
391 glIsTexture_t set_glIsTexture(glIsTexture_t f) { glIsTexture_t retval = glIsTexture; glIsTexture = f; return retval;}
    [all...]
gles.cpp 536 GLboolean glIsTexture(GLuint texture)
538 return getDispatch()->glIsTexture(texture);
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 30 GLboolean glIsTexture ( GLuint texture )
GLES20.spec 89 GLboolean glIsTexture ( GLuint texture )
  /external/quake/quake/src/WinQuake/
glquake.h 380 #define glIsTexture(...) do { glIsTexture(__VA_ARGS__); GLCHECK("glIsTexture");} while(0)
  /gdk/samples/quake/jni/
glquake.h 380 #define glIsTexture(...) do { glIsTexture(__VA_ARGS__); GLCHECK("glIsTexture");} while(0)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 243 glIsTexture = 217;
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 540 // C function GLboolean glIsTexture ( GLuint texture )
542 public static native boolean glIsTexture(
GLErrorWrapper.java     [all...]
GLES20.java     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 424 boolean glIsTexture(
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 119 glIsTexture_t glIsTexture;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1030 public boolean glIsTexture(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 963 public boolean glIsTexture(int texture) {
964 boolean result = ((GL11)mGL).glIsTexture( texture);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 118 glIsTexture(87, 87),
317 case 87: return glIsTexture;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 115 GLboolean (GLAPIENTRY *GLDispatch::glIsTexture)(GLuint) = NULL;
353 LOAD_GL_FUNC(glIsTexture);
  /development/ndk/platforms/android-4/include/GLES/
gl.h 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 913 public boolean glIsTexture(int texture) {
  /external/mesa3d/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);

Completed in 124 milliseconds

1 2 3 4 5