Home
last modified time | relevance | path

Searched defs:glIsTexture (Results 1 – 17 of 17) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
Degl_cpx.h9 inline GLboolean glIsTexture(GLuint a0) { return GL_TRUE; }; in glIsTexture() function
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java747 public boolean glIsTexture (int texture) { in glIsTexture() method in GwtGL20Debug
DGwtGL20.java917 public boolean glIsTexture (int texture) { in glIsTexture() method in GwtGL20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java304 public boolean glIsTexture (int texture) { in glIsTexture() method in JglfwGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java228 public native boolean glIsTexture ( int texture ); in glIsTexture() method in IOSGLES20
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java825 public boolean glIsTexture (int texture) { in glIsTexture() method in GL20Profiler
DGL30Profiler.java826 public boolean glIsTexture (int texture) { in glIsTexture() method in GL30Profiler
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java507 public boolean glIsTexture (int texture) { in glIsTexture() method in Lwjgl3GL20
/external/deqp/framework/opengl/wrapper/
DglwApi.inl340 #define glIsTexture glwIsTexture macro
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java227 public native boolean glIsTexture (int texture); in glIsTexture() method in AndroidGL20
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java513 public boolean glIsTexture (int texture) { in glIsTexture() method in LwjglGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java228 public native boolean glIsTexture ( int texture ); in glIsTexture() method in IOSGLES20
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java560 public boolean glIsTexture (int texture); in glIsTexture() method
/external/mesa3d/include/GL/
Dgl_mangle.h977 #define glIsTexture MANGLE(IsTexture) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl2698 GLW_APICALL GLboolean GLW_APIENTRY glIsTexture (GLuint texture) function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl2550 glw::GLboolean CallLogWrapper::glIsTexture (glw::GLuint texture) function in CallLogWrapper