Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.h124 context->validationError(entryPoint, GL_INVALID_ENUM, err::kFixedNotInWebGL); in ValidateVertexAttribPointer()
DErrorStrings.h140 MSG kFixedNotInWebGL = "GL_FIXED is not supported in WebGL."; variable