Home
last modified time | relevance | path

Searched defs:validationError (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.cpp757 GLenum validationError = context->getPixels(&data, GL_UNSIGNED_BYTE, imageSize); in CompressedTexImage2D() local
832 GLenum validationError = context->getPixels(&data, GL_UNSIGNED_BYTE, imageSize); in CompressedTexSubImage2D() local
842 …GLenum validationError = ValidateSubImageParams(true, false, target, level, xoffset, yoffset, widt… in CompressedTexSubImage2D() local
854 …GLenum validationError = ValidateSubImageParams(true, false, target, level, xoffset, yoffset, widt… in CompressedTexSubImage2D() local
1070 …GLenum validationError = ValidateSubImageParams(false, true, target, level, xoffset, yoffset, widt… in CopyTexSubImage2D() local
4549 GLenum validationError = ValidateTextureFormatType(format, type, internalformat, target); in TexImage2D() local
4917 …GLenum validationError = ValidateSubImageParams(false, false, target, level, xoffset, yoffset, wid… in TexSubImage2D() local
4935 …GLenum validationError = ValidateSubImageParams(false, false, target, level, xoffset, yoffset, wid… in TexSubImage2D() local
5724 GLenum validationError = ValidateTextureFormatType(format, type, internalformat, target); in TexImage3DOES() local
5757 …GLenum validationError = context->getPixels(&data, type, context->getRequiredBufferSize(width, hei… in TexImage3DOES() local
[all …]
Dutilities.cpp446 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target); in ValidateSubImageParams() local
488 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target); in ValidateSubImageParams() local
DlibGLESv3.cpp373 GLenum validationError = ValidateTextureFormatType(format, type, internalformat, target); in TexImage3D() local
429 …GLenum validationError = ValidateSubImageParams(false, false, target, level, xoffset, yoffset, zof… in TexSubImage3D() local
491 …GLenum validationError = ValidateSubImageParams(false, true, target, level, xoffset, yoffset, zoff… in CopyTexSubImage3D() local
555 GLenum validationError = context->getPixels(&data, GL_UNSIGNED_BYTE, imageSize); in CompressedTexImage3D() local
642 GLenum validationError = context->getPixels(&data, GL_UNSIGNED_BYTE, imageSize); in CompressedTexSubImage3D() local
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp76 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target); in ValidateSubImageParams() local
DlibGLES_CM.cpp798 …GLenum validationError = ValidateSubImageParams(true, false, target, level, xoffset, yoffset, widt… in CompressedTexSubImage2D() local
994 …GLenum validationError = ValidateSubImageParams(false, true, target, level, xoffset, yoffset, widt… in CopyTexSubImage2D() local
4526 …GLenum validationError = ValidateSubImageParams(false, false, target, level, xoffset, yoffset, wid… in TexSubImage2D() local
/external/libchrome/mojo/public/js/lib/
Dvalidator.js8 var validationError = { variable
/external/angle/src/libANGLE/
DContext.cpp2720 void Context::validationError(GLenum errorCode, const char *message) const in validationError() function in gl::Context
9073 void ErrorSet::validationError(GLenum errorCode, const char *message) in validationError() function in gl::ErrorSet