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 17 struct Cmds {
18 cmds::AttachShader cmd;
20 Cmds expected;
29 struct Cmds {
30 cmds::BindBuffer cmd;
32 Cmds expected;
43 struct Cmds {
44 cmds::BindFramebuffer cmd;
46 Cmds expected;
57 struct Cmds {
    [all...]
gles2_implementation_unittest.cc 440 sizeof(cmds::GetShaderPrecisionFormat::Result) * 12);
514 const uint8* cmds = reinterpret_cast<const uint8*>(ring_buffer->memory()); local
515 const uint8* end = cmds + ring_buffer->size();
516 for (; cmds < end; ++cmds) {
517 if (*cmds != kInitialValue) {
596 GetExpectedResultMemory(sizeof(cmds::GetError::Result));
774 struct Cmds {
787 Cmds expected;
816 struct Cmds {
    [all...]
  /external/clang/tools/libclang/
CXCompilationDatabase.cpp 72 clang_CompileCommands_dispose(CXCompileCommands Cmds)
74 delete static_cast<AllocatedCXCompileCommands *>(Cmds);
78 clang_CompileCommands_getSize(CXCompileCommands Cmds)
80 if (!Cmds)
84 static_cast<AllocatedCXCompileCommands *>(Cmds);
90 clang_CompileCommands_getCommand(CXCompileCommands Cmds, unsigned I)
92 if (!Cmds)
96 static_cast<AllocatedCXCompileCommands *>(Cmds);
  /external/chromium_org/gpu/command_buffer/
build_gles2_cmd_buffer.py     [all...]

Completed in 71 milliseconds