Home
last modified time | relevance | path

Searched refs:beginQuery (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp340 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_overflow_query); in iterate()
618 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_active_overflow_query); in init()
657 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_query); in iterate()
685 gl.beginQuery(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_active_stream_overflow_query); in iterate()
738 gl.beginQuery(GL_SAMPLES_PASSED, m_incompatible_query); in init()
742 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_overflow_query); in init()
748 gl.beginQuery(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_stream_overflow_query); in init()
779 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_incompatible_query); in iterate()
786 gl.beginQuery(GL_TRANSFORM_FEEDBACK_OVERFLOW, m_stream_overflow_query); in iterate()
795 gl.beginQuery(GL_TRANSFORM_FEEDBACK_STREAM_OVERFLOW, m_incompatible_query); in iterate()
[all …]
Dgl4cConditionalRenderInvertedTests.cpp149 gl.beginQuery(GL_SAMPLES_PASSED, m_qo_id); in createQueryObject()
568 gl.beginQuery(condition_mode_or_query_target, m_qo_id); in draw()
Dgl4cDirectStateAccessQueriesTests.cpp648 gl.beginQuery(s_targets[0], query); in testInvalidQueryName()
1935 gl.beginQuery(s_targets[i], m_qo[i]); in draw()
2178 gl.beginQuery(GL_TIME_ELAPSED, query_id_b); in iterate()
Dgl4cPipelineStatisticsQueryTests.cpp348 gl.beginQuery(query_type, qo_id); in executeQuery()
1478 gl.beginQuery(current_pq, m_qo_id); in iterate()
1504 gl.beginQuery(different_pq, m_qo_id); in iterate()
1617 gl.beginQuery(query_type, m_qo_id); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboNoAttachmentTests.cpp137 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query); in checkFramebufferSize()
145 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query); in checkFramebufferSize()
153 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query); in checkFramebufferSize()
236 gl.beginQuery(GL_ANY_SAMPLES_PASSED, query); in checkFramebufferRenderable()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderPrimitiveQueries.cpp496 gl.beginQuery(m_glExtTokens.PRIMITIVES_GENERATED, m_qo_primitives_generated_id); in readPrimitiveQueryValues()
499 gl.beginQuery(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, m_qo_tf_primitives_written_id); in readPrimitiveQueryValues()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp172 mStateManager->beginQuery(mType, this, mActiveQuery); in resume()
271 mFunctions->beginQuery(ToGLenum(type), mQuery); in init()
DDispatchTableGL_autogen.cpp137 ASSIGN("glBeginQuery", beginQuery); in initProcsDesktopGL()
1121 ASSIGN("glBeginQueryARB", beginQuery); in initProcsDesktopGL()
2070 ASSIGN("glBeginQuery", beginQuery); in initProcsGLES()
2340 ASSIGN("glBeginQueryEXT", beginQuery); in initProcsGLES()
2418 ASSIGN("glBeginQueryEXT", beginQuery); in initProcsGLES()
2931 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
3913 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
4861 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
5131 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
5209 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
DStateManagerGL.h80 void beginQuery(gl::QueryType type, QueryGL *queryObject, GLuint queryId);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVulkanSecondaryCommandBuffer.h58 void beginQuery(const QueryPool &queryPool, uint32_t query, VkQueryControlFlags flags);
251 ANGLE_INLINE void VulkanSecondaryCommandBuffer::beginQuery(const QueryPool &queryPool, in beginQuery() function
256 CommandBuffer::beginQuery(queryPool, query, flags); in beginQuery()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp183 mStateManager->beginQuery(mType, this, mActiveQuery); in resume()
292 mFunctions->beginQuery(ToGLenum(type), mQuery); in init()
DDispatchTableGL_autogen.cpp396 ASSIGN("glBeginQueryARB", beginQuery); in initProcsDesktopGL()
1290 ASSIGN("glBeginQuery", beginQuery); in initProcsDesktopGL()
1961 ASSIGN("glBeginQueryEXT", beginQuery); in initProcsGLES()
2042 ASSIGN("glBeginQueryEXT", beginQuery); in initProcsGLES()
2413 ASSIGN("glBeginQuery", beginQuery); in initProcsGLES()
3184 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
4077 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
4747 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
4828 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
5199 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DANGLEPerfTest.h216 GLuint beginQuery; member
DANGLEPerfTest.cpp974 glGetQueryObjectui64vEXT(sample.beginQuery, GL_QUERY_RESULT_EXT, &beginGLTimeNs); in computeGPUTime()
976 glDeleteQueriesEXT(1, &sample.beginQuery); in computeGPUTime()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DQueryVk.cpp74 mQueryHelper.beginQuery(contextVk); in begin()
DCommandGraph.h491 void beginQuery(const QueryPool *queryPool, uint32_t queryIndex);
DCommandGraph.cpp595 primaryCommandBuffer->beginQuery(mQueryPool, mQueryIndex, 0); in visitAndExecute()
949 void CommandGraph::beginQuery(const QueryPool *queryPool, uint32_t queryIndex) in beginQuery() function in rx::vk::CommandGraph
DSecondaryCommandBuffer.h367 void beginQuery(VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags);
629 ANGLE_INLINE void SecondaryCommandBuffer::beginQuery(VkQueryPool queryPool, in beginQuery() function
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp276 gl.beginQuery(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, queryId); in iterate()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl9 dst->beginQuery = src.beginQuery;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp81 void beginQuery(QueryPool *queryPool, uint32_t query, VkQueryControlFlags flags);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js506 beginQuery: function (...args) { method
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwInitES30Direct.inl8 gl->beginQuery = &glBeginQuery;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h14 void beginQuery(QueryType targetPacked, GLuint id); \
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_3_0_autogen.h14 void beginQuery(QueryType targetPacked, QueryID idPacked); \

1234