Home
last modified time | relevance | path

Searched defs:BeginQueryEXT (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/cc/test/
Dtest_gles2_interface.cc367 void TestGLES2Interface::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function in cc::TestGLES2Interface
/external/chromium_org/ppapi/c/
Dppb_opengles2.h1143 void (*BeginQueryEXT)(PP_Resource context, GLenum target, GLuint id); member
1161 void (*BeginQueryEXT)(PP_Resource context, GLenum target, GLuint id); member
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h6993 struct BeginQueryEXT { struct
6994 typedef BeginQueryEXT ValueType; argument
6995 static const CommandId kCmdId = kBeginQueryEXT; argument
6996 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
6997 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
6999 static uint32_t ComputeSize() { in ComputeSize()
7003 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()
7005 void Init(GLenum _target, in Init()
7033 COMPILE_ASSERT(sizeof(BeginQueryEXT) == 20, Sizeof_BeginQueryEXT_is_not_20); argument
Dgles2_cmd_format_test_autogen.h2517 TEST_F(GLES2FormatTest, BeginQueryEXT) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h616 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { in BeginQueryEXT() function
Dgles2_trace_implementation_impl_autogen.h1067 void GLES2TraceImplementation::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function
Dgles2_implementation.cc3367 void GLES2Implementation::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h1451 void BeginQueryEXT(GLenum target, in BeginQueryEXT() function
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc1445 void BeginQueryEXT(PP_Resource context_id, GLenum target, GLuint id) { in BeginQueryEXT() function