HomeSort by relevance Sort by last modified time
    Searched refs:Cmds (Results 1 - 4 of 4) 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) {
389 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12);
463 GetExpectedResultMemory(sizeof(cmds::GetError::Result));
547 struct Cmds {
560 Cmds expected;
589 struct Cmds {
    [all...]
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 73 clang_CompileCommands_dispose(CXCompileCommands Cmds)
75 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
79 clang_CompileCommands_getSize(CXCompileCommands Cmds)
81 if (!Cmds)
85 static_cast<AllocatedCXCompileCommands *>(Cmds);
91 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I)
93 if (!Cmds)
97 static_cast<AllocatedCXCompileCommands *>(Cmds);
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 3036 milliseconds