/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/ |
D | egl_cpx.h | 9 inline GLboolean glIsTexture(GLuint a0) { return GL_TRUE; }; in glIsTexture() function
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 93 { "glIsTexture", (deFunctionPtr)glIsTexture },
|
D | egluStaticES30Library.inl | 156 { "glIsTexture", (deFunctionPtr)glIsTexture },
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeStateApiTests.cpp | 722 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/ |
D | opengl32.mingw.def | 154 glIsTexture = glIsTexture@4
|
D | opengl32.def | 154 glIsTexture
|
D | stw_context.c | 767 &glIsTexture,
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeStateApiTests.cpp | 1194 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/ |
D | glwInitES20Direct.inl | 93 gl->isTexture = &glIsTexture;
|
D | glwInitES30Direct.inl | 156 gl->isTexture = &glIsTexture;
|
D | glwInitES20.inl | 93 gl->isTexture = (glIsTextureFunc) loader->get("glIsTexture");
|
D | glwInitES31Direct.inl | 181 gl->isTexture = &glIsTexture;
|
D | glwInitES32Direct.inl | 210 gl->isTexture = &glIsTexture;
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20Debug.java | 747 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/ |
D | IOSGLES20.java | 228 public native boolean glIsTexture ( int texture ); in glIsTexture() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL20.java | 227 public native boolean glIsTexture (int texture); in glIsTexture() method in AndroidGL20
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 228 public native boolean glIsTexture ( int texture ); in glIsTexture() method in IOSGLES20
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwGL20.java | 304 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/ |
D | Lwjgl3GL20.java | 507 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/ |
D | LwjglGL20.java | 513 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/ |
D | GL20Profiler.java | 825 public boolean glIsTexture (int texture) { in glIsTexture() method in GL20Profiler 827 boolean result = gl20.glIsTexture(texture); in glIsTexture()
|
/external/deqp/modules/egl/ |
D | teglGetProcAddressTests.inl | 120 "glIsTexture", 282 "glIsTexture",
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | mesa.def | 360 glIsTexture
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL20.java | 560 public boolean glIsTexture (int texture); in glIsTexture() method
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 963 public boolean glIsTexture(int texture) { in glIsTexture() method in GLErrorLogger.ErrorLoggingGL 964 boolean result = ((GL11)mGL).glIsTexture( texture); in glIsTexture()
|