Home
last modified time | relevance | path

Searched refs:glIsTexture (Results 1 – 25 of 59) sorted by relevance

123

/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/deqp/framework/egl/
DegluStaticES20Library.inl93 { "glIsTexture", (deFunctionPtr)glIsTexture },
DegluStaticES30Library.inl156 { "glIsTexture", (deFunctionPtr)glIsTexture },
/external/deqp/modules/gles2/functional/
Des2fNegativeStateApiTests.cpp722 isTexture = glIsTexture(texture); in init()
726 isTexture = glIsTexture(texture); in init()
730 isTexture = glIsTexture(texture); in init()
735 isTexture = glIsTexture(texture); in init()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dopengl32.mingw.def154 glIsTexture = glIsTexture@4
Dopengl32.def154 glIsTexture
Dstw_context.c767 &glIsTexture,
/external/deqp/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp1194 isTexture = glIsTexture(texture); in init()
1198 isTexture = glIsTexture(texture); in init()
1202 isTexture = glIsTexture(texture); in init()
1207 isTexture = glIsTexture(texture); in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl93 gl->isTexture = &glIsTexture;
DglwInitES30Direct.inl156 gl->isTexture = &glIsTexture;
DglwInitES20.inl93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
DglwInitES31Direct.inl181 gl->isTexture = &glIsTexture;
DglwInitES32Direct.inl210 gl->isTexture = &glIsTexture;
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java747 public boolean glIsTexture (int texture) { in glIsTexture() method in GwtGL20Debug
749 boolean res = super.glIsTexture(texture); in glIsTexture()
/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/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-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java228 public native boolean glIsTexture ( int texture ); in glIsTexture() method in IOSGLES20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwGL20.java304 public boolean glIsTexture (int texture) { in glIsTexture() method in JglfwGL20
305 return GL.glIsTexture(texture); in glIsTexture()
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3GL20.java507 public boolean glIsTexture (int texture) { in glIsTexture() method in Lwjgl3GL20
508 return GL11.glIsTexture(texture); in glIsTexture()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglGL20.java513 public boolean glIsTexture (int texture) { in glIsTexture() method in LwjglGL20
514 return GL11.glIsTexture(texture); in glIsTexture()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
DGL20Profiler.java825 public boolean glIsTexture (int texture) { in glIsTexture() method in GL20Profiler
827 boolean result = gl20.glIsTexture(texture); in glIsTexture()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl120 "glIsTexture",
282 "glIsTexture",
/external/mesa3d/src/mesa/drivers/windows/gdi/
Dmesa.def360 glIsTexture
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java560 public boolean glIsTexture (int texture); in glIsTexture() method
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL
964 boolean result = ((GL11)mGL).glIsTexture( texture); in glIsTexture()

123