Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DErrorStrings.h547 MSG kUniformBufferTooSmall = "It is undefined behaviour to use a uniform buffer that is too small."; variable
DvalidationES.cpp610 return gl::err::kUniformBufferTooSmall; in ValidateProgramDrawStates()