Searched defs:ValidateOffset (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation.cc878 !ValidateOffset("glDrawElements", reinterpret_cast<GLintptr>(indices))) {
1303 if (!ValidateOffset("glVertexAttribPointer",
1311 if (!ValidateOffset("glVertexAttribPointer",
1480 !ValidateOffset("glBufferSubData", offset)) {
2951 !ValidateOffset("glMapBufferSubDataCHROMIUM", offset)) {
3564 !ValidateOffset("glDrawElementsInstancedANGLE",
4181 bool GLES2Implementation::ValidateOffset(const char* func, GLintptr offset) { function in class:gpu::gles2::GLES2Implementation

Completed in 88 milliseconds