Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DErrorStrings.h442 inline constexpr const char *kMatrixStackOverflow = "Current matrix stack is full."; variable
DvalidationES1.cpp1503 errors->validationError(entryPoint, GL_STACK_OVERFLOW, kMatrixStackOverflow); in ValidatePushMatrix()