Home
last modified time | relevance | path

Searched refs:kInvalidFramebufferName (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DErrorStrings.h317 inline constexpr const char *kInvalidFramebufferName = "name is not a valid framebuffer."; variable
DvalidationESEXT.cpp213 ANGLE_VALIDATION_ERROR(GL_INVALID_OPERATION, kInvalidFramebufferName); in ValidateObjectIdentifierAndName()
4584 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kInvalidFramebufferName); in ValidateFramebufferFoveationConfigQCOM()
4632 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kInvalidFramebufferName); in ValidateFramebufferFoveationParametersQCOM()
DvalidationES2.cpp2414 ANGLE_VALIDATION_ERROR(GL_INVALID_VALUE, kInvalidFramebufferName); in ValidateObjectIdentifierAndName()