Home
last modified time | relevance | path

Searched refs:bo_data_ptr (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.cpp554 const unsigned char* bo_data_ptr = (const unsigned char*)gl.mapBuffer(GL_QUERY_BUFFER, GL_READ_ONLY); in executeQuery() local
558 if (error_code != GL_NO_ERROR || bo_data_ptr == NULL) in executeQuery()
564 << bo_data_ptr << "]" << tcu::TestLog::EndMessage; in executeQuery()
570 result_int = *(glw::GLint*)(bo_data_ptr + (int)(deIntptr)offset_int); in executeQuery()
571 result_int64 = *(glw::GLint64*)(bo_data_ptr + (int)(deIntptr)offset_int64); in executeQuery()
572 result_uint = *(glw::GLuint*)(bo_data_ptr + (int)(deIntptr)offset_uint); in executeQuery()
573 result_uint64 = *(glw::GLuint64*)(bo_data_ptr + (int)(deIntptr)offset_uint64); in executeQuery()

Completed in 6 milliseconds