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

1 2

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 98 GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
GLEScmImp.cpp 227 GL_API GLboolean GL_APIENTRY glIsTexture( GLuint texture) {
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp     [all...]
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 115 GLboolean (GLAPIENTRY *GLDispatch::glIsTexture)(GLuint) = NULL;
353 LOAD_GL_FUNC(glIsTexture);
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 80 static GLboolean (GLAPIENTRY *glIsTexture) (GLuint texture);
  /external/quake/quake/src/WinQuake/
glquake.h 380 #define glIsTexture(...) do { glIsTexture(__VA_ARGS__); GLCHECK("glIsTexture");} while(0)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
  /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(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1030 public boolean glIsTexture(
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 119 glIsTexture_t glIsTexture;
  /development/tools/emulator/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...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 326 const Message_Function Message::glIsTexture;
    [all...]
debugger_message.pb.h 400 static const Function glIsTexture = Message_Function_glIsTexture;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 913 public boolean glIsTexture(int texture) {
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 117 glIsTexture(87, 87),
315 case 87: return glIsTexture;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 117 glIsTexture(87, 87),
315 case 87: return glIsTexture;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 519 milliseconds

1 2