Searched refs:glIsBuffer (Results 1 - 25 of 47) sorted by relevance

12

/external/deqp/framework/egl/
H A DegluStaticES20Library.inl87 { "glIsBuffer", (deFunctionPtr)glIsBuffer },
H A DegluStaticES30Library.inl147 { "glIsBuffer", (deFunctionPtr)glIsBuffer },
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl87 gl->isBuffer = &glIsBuffer;
H A DglwInitES30Direct.inl147 gl->isBuffer = &glIsBuffer;
H A DglwInitES31Direct.inl171 gl->isBuffer = &glIsBuffer;
H A DglwInitES32Direct.inl199 gl->isBuffer = &glIsBuffer;
/external/deqp/modules/gles2/functional/
H A Des2fNegativeStateApiTests.cpp601 ES2F_ADD_API_CASE(is_buffer, "Invalid glIsBuffer() usage",
607 isBuffer = glIsBuffer(buffer);
611 isBuffer = glIsBuffer(buffer);
615 isBuffer = glIsBuffer(buffer);
620 isBuffer = glIsBuffer(buffer);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1073 ES3F_ADD_API_CASE(is_buffer, "Invalid glIsBuffer() usage",
1079 isBuffer = glIsBuffer(buffer);
1083 isBuffer = glIsBuffer(buffer);
1087 isBuffer = glIsBuffer(buffer);
1092 isBuffer = glIsBuffer(buffer);
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL20.java215 public native boolean glIsBuffer (int buffer); method in class:AndroidGL20
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java216 public native boolean glIsBuffer ( int buffer ); method in class:IOSGLES20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES20.java216 public native boolean glIsBuffer ( int buffer ); method in class:IOSGLES20
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwGL20.java296 public boolean glIsBuffer (int buffer) { method in class:JglfwGL20
297 return GL.glIsBuffer(buffer);
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL20.java489 public boolean glIsBuffer (int buffer) { method in class:LwjglGL20
490 return GL15.glIsBuffer(buffer);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL20.java483 public boolean glIsBuffer (int buffer) { method in class:Lwjgl3GL20
484 return GL15.glIsBuffer(buffer);
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtGL20Debug.java699 public boolean glIsBuffer (int buffer) { method in class:GwtGL20Debug
701 boolean res = super.glIsBuffer(buffer);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
H A DGL20Profiler.java777 public boolean glIsBuffer (int buffer) { method in class:GL20Profiler
779 boolean result = gl20.glIsBuffer(buffer);
H A DGL30Profiler.java778 public boolean glIsBuffer (int buffer) { method in class:GL30Profiler
780 boolean result = gl30.glIsBuffer(buffer);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DGL20.java548 public boolean glIsBuffer (int buffer); method in interface:GL20
/external/replicaisland/src/com/replica/replicaisland/
H A DGLErrorLogger.java951 public boolean glIsBuffer(int buffer) { method in class:GLErrorLogger.ErrorLoggingGL
952 boolean result = ((GL11)mGL).glIsBuffer( buffer);
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp131 deBool glIsBuffer (deUint32 buffer);
/external/mesa3d/include/GLES/
H A Dgl.h689 GL_API GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/external/mesa3d/include/GLES2/
H A Dgl2.h555 GL_APICALL GLboolean GL_APIENTRY glIsBuffer (GLuint buffer);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl329 gl->isBuffer = glIsBuffer;
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp562 &CallLogWrapper::glIsBuffer, &m_bufferBind)

Completed in 400 milliseconds

12