HomeSort by relevance Sort by last modified time
    Searched refs:kClientSideArrayId (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc 322 GLES2Implementation::kClientSideArrayId + 2;
764 const GLuint kEmuBufferId = GLES2Implementation::kClientSideArrayId;
831 const GLuint kEmuBufferId = GLES2Implementation::kClientSideArrayId;
909 const GLuint kEmuBufferId = GLES2Implementation::kClientSideArrayId;
    [all...]
gles2_implementation.h 169 static const GLuint kClientSideArrayId = 0xFEDCBA98u;
gles2_implementation.cc 172 this, kClientSideArrayId, arraysize(reserved_ids_), &reserved_ids_[0]);
    [all...]

Completed in 388 milliseconds