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

1 2 3 4 5 6 7 8 910

  /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;
gl2_client_context.cpp 100 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData);
  /hardware/intel/common/libva/va/glx/
va_glx.c 127 if (!glIsTexture(texture))
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 106 {"glIsTexture", (void*)glIsTexture},
gl_client_context.h 106 glIsTexture_client_proc_t glIsTexture;
gl_client_context.cpp 108 glIsTexture = (glIsTexture_client_proc_t) getProc("glIsTexture", userData);
  /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...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GLToolbox.java 39 return GLES20.glIsTexture(texId);
  /external/deqp/framework/egl/
egluStaticES20Library.inl 93 { "glIsTexture", (deFunctionPtr)glIsTexture },
egluStaticES30Library.inl 156 { "glIsTexture", (deFunctionPtr)glIsTexture },
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 30 GLboolean glIsTexture ( GLuint texture )
GLES20.spec 89 GLboolean glIsTexture ( GLuint texture )
  /external/deqp/framework/opengl/wrapper/
glwInitES20Direct.inl 93 gl->isTexture = &glIsTexture;
glwInitES30Direct.inl 156 gl->isTexture = &glIsTexture;
glwInitES31Direct.inl 181 gl->isTexture = &glIsTexture;
  /frameworks/native/libs/gui/tests/
SurfaceTextureMultiContextGL_test.cpp 53 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
69 EXPECT_EQ(GL_FALSE, glIsTexture(TEX_ID));
  /external/deqp/modules/gles2/functional/
es2fNegativeStateApiTests.cpp 716 ES2F_ADD_API_CASE(is_texture, "Invalid glIsTexture() usage",
722 isTexture = glIsTexture(texture);
726 isTexture = glIsTexture(texture);
730 isTexture = glIsTexture(texture);
735 isTexture = glIsTexture(texture);
  /external/deqp/modules/gles3/functional/
es3fNegativeStateApiTests.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11.java 540 // C function GLboolean glIsTexture ( GLuint texture )
542 public static native boolean glIsTexture(
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11.java 424 boolean glIsTexture(
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 767 &glIsTexture,
  /frameworks/native/opengl/libs/GLES_trace/proto/
gltrace.proto 245 glIsTexture = 217;

Completed in 152 milliseconds

1 2 3 4 5 6 7 8 910