Searched refs:GL_GET_ERROR_QUERY_CHROMIUM (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_query_unittests.cc | 39 glBeginQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM, query); in TEST_F() 41 glEndQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM); in TEST_F()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | query_tracker.cc | 106 case GL_GET_ERROR_QUERY_CHROMIUM: in Begin() 125 case GL_GET_ERROR_QUERY_CHROMIUM: { in End()
|
D | gles2_implementation_unittest.cc | 2771 gl_->BeginQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM, id); in TEST_F() 2783 GL_GET_ERROR_QUERY_CHROMIUM, id, query->shm_id(), query->shm_offset()); in TEST_F() 2785 GL_GET_ERROR_QUERY_CHROMIUM, query->submit_count()); in TEST_F() 2787 gl_->EndQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM); in TEST_F() 2803 gl_->BeginQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM, id); in TEST_F() 2804 gl_->EndQueryEXT(GL_GET_ERROR_QUERY_CHROMIUM); in TEST_F()
|
/external/chromium_org/ui/gl/ |
D | gl_bindings.h | 121 #define GL_GET_ERROR_QUERY_CHROMIUM 0x84F3 macro
|
/external/chromium_org/gpu/GLES2/ |
D | gl2extchromium.h | 178 #ifndef GL_GET_ERROR_QUERY_CHROMIUM 180 #define GL_GET_ERROR_QUERY_CHROMIUM 0x84F3 macro
|
/external/chromium_org/gpu/command_buffer/service/ |
D | query_manager.cc | 446 case GL_GET_ERROR_QUERY_CHROMIUM: in CreateQuery()
|
D | query_manager_unittest.cc | 535 const GLenum kTarget = GL_GET_ERROR_QUERY_CHROMIUM; in TEST_F()
|
D | gles2_cmd_decoder_unittest.cc | 7326 GL_GET_ERROR_QUERY_CHROMIUM, kNewClientId, in TEST_F() 7345 end_cmd.Init(GL_GET_ERROR_QUERY_CHROMIUM, 1); in TEST_F()
|
D | gles2_cmd_decoder.cc | 9470 case GL_GET_ERROR_QUERY_CHROMIUM: in HandleBeginQueryEXT()
|