HomeSort by relevance Sort by last modified time
    Searched refs:glBeginQuery (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/deqp/modules/gles3/functional/
es3fNegativeFragmentApiTests.cpp 217 ES3F_ADD_API_CASE(begin_query, "Invalid glBeginQuery() usage",
223 glBeginQuery (-1, ids[0]);
227 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if glBeginQuery is executed while a query object of the same target is already active.");
228 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
230 glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
233 glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
235 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
237 glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]);
245 glBeginQuery (GL_ANY_SAMPLES_PASSED, 0);
250 glBeginQuery (GL_ANY_SAMPLES_PASSED, -1)
    [all...]
es3fNegativeStateApiTests.cpp     [all...]
es3fLifetimeTests.cpp 200 glBeginQuery(GL_ANY_SAMPLES_PASSED, name);
es3fOcclusionQueryTests.cpp 339 glBeginQuery (m_queryMode, queryIds[0]);
  /external/deqp/modules/gles31/functional/
es31fNegativeFragmentApiTests.cpp 319 ctx.glBeginQuery (-1, ids[0]);
323 ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glBeginQuery is executed while a query object of the same target is already active.");
324 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]);
326 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]);
329 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]);
331 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]);
333 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]);
341 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, 0);
346 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, -1);
350 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[2])
    [all...]
es31fNegativeStateApiTests.cpp     [all...]
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 232 glBeginQuery (m_queryMode, queryIds[queryIter]);
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 60 public native void glBeginQuery(int target, int id);
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSGLES30.java 44 public native void glBeginQuery(int target, int id);
  /external/deqp/framework/egl/
egluStaticES30Library.inl 8 { "glBeginQuery", (deFunctionPtr)glBeginQuery },
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidGL30.java 121 public void glBeginQuery (int target, int id) {
122 GLES30.glBeginQuery(target, id);
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 32 FIND_PROC(glBeginQuery);
138 !glBeginQuery ||
250 GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
gl3stub.h 395 extern GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
    [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 33 FIND_PROC( glBeginQuery );
132 || !glIsQuery || !glBeginQuery || !glEndQuery || !glGetQueryiv
233 GL_APICALL void (* GL_APIENTRY glBeginQuery)( GLenum target, GLuint id );
gl3stub.h 405 extern GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id);
    [all...]
  /external/deqp/framework/opengl/wrapper/
glwInitES30Direct.inl 8 gl->beginQuery = &glBeginQuery;
glwInitES31Direct.inl 9 gl->beginQuery = &glBeginQuery;
glwInitES32Direct.inl 9 gl->beginQuery = &glBeginQuery;
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 151 public void glBeginQuery (int target, int id) {
152 GL15.glBeginQuery(target, id);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 151 public void glBeginQuery (int target, int id) {
152 GL15.glBeginQuery(target, id);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES30.spec 16 void glBeginQuery ( GLenum target, GLuint id )
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL30.java 461 // C function void glBeginQuery ( GLenum target, GLuint id )
463 public void glBeginQuery (int target, int id);
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/
GL30Profiler.java 1316 public void glBeginQuery (int target, int id) {
1318 gl30.glBeginQuery(target, id);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 204 void glBeginQuery (deUint32 target, deUint32 id);
  /frameworks/base/libs/hwui/debug/
unwrap_gles.h 32 #undef glBeginQuery

Completed in 323 milliseconds

1 2 3 4 5