Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DErrorStrings.h421 MSG kNameBeginsWithGL = "Attributes that begin with 'gl_' are not allowed."; variable
DvalidationES2.cpp3284 context->validationError(GL_INVALID_VALUE, kNameBeginsWithGL); in ValidateBindUniformLocationCHROMIUM()
3883 context->validationError(GL_INVALID_OPERATION, kNameBeginsWithGL); in ValidateBindAttribLocation()