HomeSort by relevance Sort by last modified time
    Searched refs:glIsTexture (Results 1 - 25 of 122) 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_);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 98 {"glIsTexture", (void*)glIsTexture},
gl2_client_context.h 98 glIsTexture_client_proc_t glIsTexture;
307 virtual glIsTexture_client_proc_t set_glIsTexture(glIsTexture_client_proc_t f) { glIsTexture_client_proc_t retval = glIsTexture; glIsTexture = f; return retval;}
    [all...]
gl2_entry.cpp 96 GLboolean glIsTexture(GLuint texture);
756 GLboolean glIsTexture(GLuint texture)
759 return ctx->glIsTexture(ctx, texture);
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 106 {"glIsTexture", (void*)glIsTexture},
gl_client_context.h 106 glIsTexture_client_proc_t glIsTexture;
398 virtual glIsTexture_client_proc_t set_glIsTexture(glIsTexture_client_proc_t f) { glIsTexture_client_proc_t retval = glIsTexture; glIsTexture = f; return retval;}
    [all...]
  /device/generic/goldfish/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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.cpp 121 LOAD_GL_FUNC(glIsTexture);
GLDispatch.h 98 GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
  /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)
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 540 // C function GLboolean glIsTexture ( GLuint texture )
542 public static native boolean glIsTexture(
GLErrorWrapper.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;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 243 glIsTexture = 217;
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
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);
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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);

Completed in 229 milliseconds

1 2 3 4 5