HomeSort by relevance Sort by last modified time
    Searched refs:glIsTexture (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/GLES/
gl.h 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/GLES/
gl.h 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES/
gl.h 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /sdk/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 691 GL_API GLboolean GL_APIENTRY glIsTexture (GLuint texture);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 561 GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 80 static GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.cpp 136 s_gl.glIsTexture = (glIsTexture_t) s_gles_lib->findSymbol("glIsTexture");
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 248 glIsTexture(217, 217),
741 case 217: return glIsTexture;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 151 SDL_PROC_UNUSED(GLboolean,glIsTexture,(GLuint texture))
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 104 GLboolean glIsTexture(GLuint texture);
883 GLboolean glIsTexture(GLuint texture)
886 return ctx->glIsTexture(ctx, texture);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 823 return ::glIsTexture(texture);
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp 858 const GLMessage_Function GLMessage::glIsTexture;
    [all...]
gltrace.pb.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 2618 milliseconds

1 2 34 5