Searched refs:queryID (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 98 GrGLuint queryID; in onQueueTimerStart() local 99 fGLGenQueries(1, &queryID); in onQueueTimerStart() 100 if (!queryID) { in onQueueTimerStart() 108 fGLBeginQuery(GL_TIME_ELAPSED, queryID); in onQueueTimerStart() 109 return static_cast<sk_gpu_test::PlatformTimerQuery>(queryID); in onQueueTimerStart() 121 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in checkQueryStatus() local 122 if (!queryID) { in checkQueryStatus() 126 fGLGetQueryObjectuiv(queryID, GL_QUERY_RESULT_AVAILABLE, &available); in checkQueryStatus() 142 const GrGLuint queryID = static_cast<GrGLuint>(platformTimer); in getTimeElapsed() local 144 fGLGetQueryObjectui64v(queryID, GL_QUERY_RESULT, &nanoseconds); in getTimeElapsed() [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NVX/ |
D | NVX_conditional_render.txt | 211 GLuint queryID = 0x12345678; 215 glBeginQuery(GL_SAMPLES_PASSED, queryID); 224 glBeginConditionalRenderNVX(queryID);
|
/third_party/openGLES/extensions/NVX/ |
D | NVX_conditional_render.txt | 211 GLuint queryID = 0x12345678; 215 glBeginQuery(GL_SAMPLES_PASSED, queryID); 224 glBeginConditionalRenderNVX(queryID);
|
/third_party/openGLES/extensions/NV/ |
D | NV_conditional_render.txt | 428 GLuint queryID = 0x12345678; 432 glBeginQuery(GL_SAMPLES_PASSED, queryID); 441 glBeginConditionalRenderNV(queryID, GL_QUERY_WAIT_NV);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_conditional_render.txt | 428 GLuint queryID = 0x12345678; 432 glBeginQuery(GL_SAMPLES_PASSED, queryID); 441 glBeginConditionalRenderNV(queryID, GL_QUERY_WAIT_NV);
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 2097 uint32 queryID; member 2111 SVGA3dQueryId queryID[SVGA3D_MAX_QUERY]; member
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_performance_query.txt | 542 //get first vendor queryID 598 // get vendor queryID by name 669 // get vendor queryID by name
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_performance_query.txt | 542 //get first vendor queryID 598 // get vendor queryID by name 669 // get vendor queryID by name
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | FrameCapture.cpp | 1598 bool IsQueryActive(const gl::State &glState, gl::QueryID &queryID) in IsQueryActive() argument 1604 if (activeQuery && activeQuery->id() == queryID) in IsQueryActive() 3497 gl::QueryID queryID = {queryIter->first}; in CaptureMidExecutionSetup() local 3499 cap(CaptureGenQueries(replayState, true, 1, &queryID)); in CaptureMidExecutionSetup() 3508 cap(CaptureBeginQuery(replayState, true, queryType, queryID)); in CaptureMidExecutionSetup() 3511 if (!IsQueryActive(apiState, queryID)) in CaptureMidExecutionSetup()
|