Searched refs:glIsTransformFeedback (Results 1 - 25 of 32) sorted by relevance

12

/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES30.java206 public native boolean glIsTransformFeedback(int id); method in class:IOSGLES30
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSGLES30.java190 public native boolean glIsTransformFeedback(int id); method in class:IOSGLES30
/external/deqp/framework/egl/
H A DegluStaticES30Library.inl157 { "glIsTransformFeedback", (deFunctionPtr)glIsTransformFeedback },
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidGL30.java776 public boolean glIsTransformFeedback (int id) { method in class:AndroidGL30
777 return GLES30.glIsTransformFeedback(id);
/external/deqp/modules/gles3/functional/
H A Des3fNegativeStateApiTests.cpp1282 ES3F_ADD_API_CASE(is_transform_feedback, "Invalid glIsTransformFeedback() usage",
1288 isTF = glIsTransformFeedback(tf);
1292 isTF = glIsTransformFeedback(tf);
1296 isTF = glIsTransformFeedback(tf);
1301 isTF = glIsTransformFeedback(tf);
H A Des3fLifetimeTests.cpp426 &CallLogWrapper::glIsTransformFeedback, &m_tfBind)
/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl157 gl->isTransformFeedback = &glIsTransformFeedback;
H A DglwInitES31Direct.inl182 gl->isTransformFeedback = &glIsTransformFeedback;
H A DglwInitES32Direct.inl211 gl->isTransformFeedback = &glIsTransformFeedback;
H A DglwApi.inl341 #define glIsTransformFeedback glwIsTransformFeedback
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglGL30.java622 public boolean glIsTransformFeedback (int id) { method in class:LwjglGL30
623 return GL40.glIsTransformFeedback(id);
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3GL30.java623 public boolean glIsTransformFeedback (int id) { method in class:Lwjgl3GL30
624 return GL40.glIsTransformFeedback(id);
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
H A DGL30.java1275 // C function GLboolean glIsTransformFeedback ( GLuint id )
1277 public boolean glIsTransformFeedback (int id); method in interface:GL30
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
H A DGL30Profiler.java1841 public boolean glIsTransformFeedback (int id) { method in class:GL30Profiler
1843 final boolean result = gl30.glIsTransformFeedback(id);
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp287 deBool glIsTransformFeedback (deUint32 id);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl341 gl->isTransformFeedback = glIsTransformFeedback;
H A DtcuNullRenderContextFuncs.inl2705 GLW_APICALL GLboolean GLW_APIENTRY glIsTransformFeedback (GLuint id)
/external/libgdx/gdx/jni/iosgl/
H A Diosgl30.cpp1037 * Method: glIsTransformFeedback
1042 return glIsTransformFeedback(id);
/external/mesa3d/include/GL/
H A Dgl_mangle.h978 #define glIsTransformFeedback MANGLE(IsTransformFeedback) macro
H A Dglext.h8167 GLAPI GLboolean APIENTRY glIsTransformFeedback (GLuint id);
/external/deqp/framework/opengl/
H A DgluCallLogWrapperApi.inl341 glw::GLboolean glIsTransformFeedback (glw::GLuint id);
H A DgluCallLogWrapper.inl2560 glw::GLboolean CallLogWrapper::glIsTransformFeedback (glw::GLuint id)
2563 m_log << TestLog::Message << "glIsTransformFeedback(" << id << ");" << TestLog::EndMessage;
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglew.h5219 #define glIsTransformFeedback GLEW_GET_FUN(__glewIsTransformFeedback) macro

Completed in 293 milliseconds

12