Searched defs:BeginQueryEXT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc367 void TestGLES2Interface::BeginQueryEXT(GLenum target, GLuint id) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h616 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1451 void BeginQueryEXT(GLenum target, function
1455 gles2::cmds::BeginQueryEXT* c = GetCmdSpace<gles2::cmds::BeginQueryEXT>();
H A Dgles2_implementation.cc3367 void GLES2Implementation::BeginQueryEXT(GLenum target, GLuint id) { function in class:gpu::gles2::GLES2Implementation
3369 GPU_CLIENT_LOG("[" << GetLogPrefix() << "] BeginQueryEXT("
H A Dgles2_trace_implementation_impl_autogen.h1067 void GLES2TraceImplementation::BeginQueryEXT(GLenum target, GLuint id) { function in class:GLES2TraceImplementation
1068 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BeginQueryEXT");
1069 gl_->BeginQueryEXT(target, id);
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h1143 void (*BeginQueryEXT)(PP_Resource context, GLenum target, GLuint id); member in struct:PPB_OpenGLES2Query_1_0
1161 void (*BeginQueryEXT)(PP_Resource context, GLenum target, GLuint id); member in struct:PPB_OpenGLES2Query
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc1445 void BeginQueryEXT(PP_Resource context_id, GLenum target, GLuint id) { function in namespace:ppapi::__anon10171
1448 ToGles2Impl(&enter)->BeginQueryEXT(target, id);
1718 &GenQueriesEXT, &DeleteQueriesEXT, &IsQueryEXT, &BeginQueryEXT,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h6993 struct BeginQueryEXT { struct
6994 typedef BeginQueryEXT ValueType;
7033 COMPILE_ASSERT(sizeof(BeginQueryEXT) == 20, Sizeof_BeginQueryEXT_is_not_20);
7034 COMPILE_ASSERT(offsetof(BeginQueryEXT, header) == 0,
7036 COMPILE_ASSERT(offsetof(BeginQueryEXT, target) == 4,
7038 COMPILE_ASSERT(offsetof(BeginQueryEXT, id) == 8,
7040 COMPILE_ASSERT(offsetof(BeginQueryEXT, sync_data_shm_id) == 12,
7042 COMPILE_ASSERT(offsetof(BeginQueryEXT, sync_data_shm_offset) == 16,

Completed in 4104 milliseconds