Home
last modified time | relevance | path

Searched refs:kInsufficientVertexBufferSize (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DErrorStrings.h210 MSG kInsufficientVertexBufferSize = "Vertex buffer is not big enough for the draw call"; variable
DvalidationES.cpp7878 context->validationError(GL_INVALID_OPERATION, kInsufficientVertexBufferSize); in RecordDrawAttribsError()