Home
last modified time | relevance | path

Searched refs:testQuery (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DQuery.cpp115 while(!testQuery()) in getResult()
128 testQuery(); in isResultAvailable()
139 GLboolean Query::testQuery() in testQuery() function in es2::Query
DQuery.h42 GLboolean testQuery();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp79 ANGLE_TRY(testQuery(context9)); in getResultBase()
114 ANGLE_TRY(testQuery(GetImplAs<Context9>(context))); in isResultAvailable()
119 angle::Result Query9::testQuery(Context9 *context9) in testQuery() function in rx::Query9
DQuery9.h35 angle::Result testQuery(Context9 *context9);
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cContextFlushControlTests.cpp92 is_ok = is_ok && testQuery(m_context.getRenderContext(), GL_CONTEXT_RELEASE_BEHAVIOR_FLUSH); in iterate()
103 is_ok = is_ok && testQuery(*no_flush_context, GL_NONE); in iterate()
145 bool gl4cts::ContextFlushControl::CoverageTest::testQuery(glu::RenderContext& context, glw::GLenum … in testQuery() function in gl4cts::ContextFlushControl::CoverageTest
Dgl4cContextFlushControlTests.hpp98 bool testQuery(glu::RenderContext& context, glw::GLenum expected_value);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DQuery11.h55 angle::Result testQuery(Context11 *context11, QueryState *queryState);
DQuery11.cpp203 ANGLE_TRY(testQuery(context11, query)); in flush()
217 angle::Result Query11::testQuery(Context11 *context11, QueryState *queryState) in testQuery() function in rx::Query11