Searched defs:BeginQueryEXT (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/cc/test/ |
D | test_gles2_interface.cc | 367 void TestGLES2Interface::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function in cc::TestGLES2Interface
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 1143 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/ |
D | gles2_cmd_format_autogen.h | 6993 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
|
D | gles2_cmd_format_test_autogen.h | 2517 TEST_F(GLES2FormatTest, BeginQueryEXT) { in TEST_F() argument
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 616 void GLES2InterfaceStub::BeginQueryEXT(GLenum /* target */, GLuint /* id */) { in BeginQueryEXT() function
|
D | gles2_trace_implementation_impl_autogen.h | 1067 void GLES2TraceImplementation::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function
|
D | gles2_implementation.cc | 3367 void GLES2Implementation::BeginQueryEXT(GLenum target, GLuint id) { in BeginQueryEXT() function in gpu::gles2::GLES2Implementation
|
D | gles2_cmd_helper_autogen.h | 1451 void BeginQueryEXT(GLenum target, in BeginQueryEXT() function
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 1445 void BeginQueryEXT(PP_Resource context_id, GLenum target, GLuint id) { in BeginQueryEXT() function
|