Home
last modified time | relevance | path

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

123

/external/deqp/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()
Dgl4cPipelineStatisticsQueryTests.cpp334 gl.beginQuery(query_type, qo_id); in executeQuery()
1464 gl.beginQuery(current_pq, m_qo_id); in iterate()
1490 gl.beginQuery(different_pq, m_qo_id); in iterate()
1603 gl.beginQuery(query_type, m_qo_id); in iterate()
Dgl4cDirectStateAccessQueriesTests.cpp648 gl.beginQuery(s_targets[0], query); in testInvalidQueryName()
1935 gl.beginQuery(s_targets[i], m_qo[i]); in draw()
/external/deqp/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()
/external/deqp/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()
/external/angle/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()
2419 ASSIGN("glBeginQueryEXT", beginQuery); in initProcsGLES()
2905 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
3887 beginQuery = &glBeginQueryNULL; in initProcsDesktopGLNULL()
4835 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
5105 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
5184 beginQuery = &glBeginQueryNULL; in initProcsGLESNULL()
DStateManagerGL.h80 void beginQuery(gl::QueryType type, QueryGL *queryObject, GLuint queryId);
/external/deqp/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp276 gl.beginQuery(GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN, queryId); in iterate()
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl9 dst->beginQuery = src.beginQuery;
/external/angle/src/libANGLE/renderer/vulkan/
DQueryVk.cpp113 ANGLE_TRY(mQueryHelper.beginQuery(contextVk)); in begin()
DCommandGraph.cpp691 primaryCommandBuffer->beginQuery(mQueryPool, mQueryIndex, 0); in visitAndExecute()
1096 void CommandGraph::beginQuery(const QueryPool *queryPool, uint32_t queryIndex) in beginQuery() function in rx::vk::CommandGraph
DSecondaryCommandBuffer.h448 void beginQuery(VkQueryPool queryPool, uint32_t query, VkQueryControlFlags flags);
754 ANGLE_INLINE void SecondaryCommandBuffer::beginQuery(VkQueryPool queryPool, in beginQuery() function
DCommandGraph.h593 void beginQuery(const QueryPool *queryPool, uint32_t queryIndex);
Dvk_wrapper.h194 void beginQuery(const QueryPool &queryPool, uint32_t query, VkQueryControlFlags flags);
961 ANGLE_INLINE void CommandBuffer::beginQuery(const QueryPool &queryPool,
/external/swiftshader/src/Vulkan/
DVkCommandBuffer.hpp87 void beginQuery(QueryPool *queryPool, uint32_t query, VkQueryControlFlags flags);
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl8 gl->beginQuery = &glBeginQuery;
DglwInitES31Direct.inl9 gl->beginQuery = &glBeginQuery;
DglwInitES32Direct.inl9 gl->beginQuery = &glBeginQuery;
DglwInitES30.inl8 gl->beginQuery = (glBeginQueryFunc) loader->get("glBeginQuery");
/external/angle/src/libANGLE/
DContext_gles_3_0_autogen.h14 void beginQuery(QueryType targetPacked, QueryID idPacked); \
/external/deqp/modules/egl/
DteglRobustnessTests.cpp584 void beginQuery (void);
666 void ContextReset::beginQuery (void) in beginQuery() function in deqp::egl::__anonc235ea4c0111::ContextReset
669 GLU_CHECK_GLW_CALL(m_gl, beginQuery(GL_ANY_SAMPLES_PASSED, m_queryID)); in beginQuery()
1819 contextReset->beginQuery(); in provokeReset()
/external/angle/src/libGL/
Dentry_points_gl_1_5_autogen.cpp45 context->beginQuery(targetPacked, idPacked); in BeginQuery()
/external/skqp/src/gpu/gl/
DGrGLTestInterface.cpp21 fFunctions.fBeginQuery = bind_to_member(this, &GrGLTestInterface::beginQuery); in GrGLTestInterface()

123