/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 | 225 ctx.glBeginQuery (-1, ids[0]); 229 ctx.beginSection("GL_INVALID_OPERATION is generated if ctx.glBeginQuery is executed while a query object of the same target is already active."); 230 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[0]); 232 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[1]); 235 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED_CONSERVATIVE, ids[1]); 237 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[1]); 239 ctx.glBeginQuery (GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, ids[2]); 247 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, 0); 252 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, -1); 256 ctx.glBeginQuery (GL_ANY_SAMPLES_PASSED, ids[2]) [all...] |
es31fNegativeStateApiTests.cpp | [all...] |
/external/chromium_org/third_party/angle/tests/angle_tests/ |
TransformFeedbackTest.cpp | 93 glBeginQuery(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, primitivesWrittenQuery);
|
/external/deqp/framework/egl/ |
egluStaticES30Library.inl | 14 { "glBeginQuery", (deFunctionPtr)glBeginQuery },
|
/external/deqp/modules/gles3/stress/ |
es3sOcclusionQueryTests.cpp | 232 glBeginQuery (m_queryMode, queryIds[queryIter]);
|
/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 | 392 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 | 402 extern GL_APICALL void (* GL_APIENTRY glBeginQuery) (GLenum target, GLuint id); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES30Direct.inl | 156 gl->beginQuery = &glBeginQuery;
|
glwApi.inl | 93 #define glBeginQuery glwBeginQuery [all...] |
/external/deqp/framework/platform/null/ |
tcuNullRenderContextInitFuncs.inl | 93 gl->beginQuery = glBeginQuery;
|
tcuNullRenderContextFuncs.inl | 619 GLW_APICALL void GLW_APIENTRY glBeginQuery (GLenum target, GLuint id) [all...] |
/external/chromium_org/ui/gl/ |
gl_bindings_skia_in_process.cc | 29 glBeginQuery(target, id);
|
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.hpp | 204 void glBeginQuery (deUint32 target, deUint32 id);
|
/external/deqp/modules/glshared/ |
glsLifetimeTests.cpp | 168 glBeginQuery(GL_ANY_SAMPLES_PASSED, name); [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/third_party/angle/include/GLES3/ |
gl3.h | [all...] |
/external/deqp/framework/opengl/ |
gluCallLogWrapperApi.inl | 93 void glBeginQuery (glw::GLenum target, glw::GLuint id); [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | 61 #define glBeginQuery MANGLE(BeginQuery) [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | 61 #define glBeginQuery MANGLE(BeginQuery) [all...] |