OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cmds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest_autogen.h
16
struct
Cmds
{
17
cmds
::AttachShader cmd;
19
Cmds
expected;
28
struct
Cmds
{
29
cmds
::BindBuffer cmd;
31
Cmds
expected;
42
struct
Cmds
{
43
cmds
::BindFramebuffer cmd;
45
Cmds
expected;
56
struct
Cmds
{
[
all
...]
gles2_implementation_unittest.cc
342
const uint8*
cmds
= reinterpret_cast<const uint8*>(ring_buffer.ptr);
local
343
const uint8* end =
cmds
+ ring_buffer.size;
344
for (;
cmds
< end; ++
cmds
) {
345
if (*
cmds
!= kInitialValue) {
393
sizeof(
cmds
::GetShaderPrecisionFormat::Result) * 12);
469
GetExpectedResultMemory(sizeof(
cmds
::GetError::Result));
554
struct
Cmds
{
567
Cmds
expected;
596
struct
Cmds
{
[
all
...]
Completed in 137 milliseconds