Searched refs:actualInternalFormat (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | validationES2.cpp | 245 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat; in ValidateES2TexImageParameters() local 248 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height)) in ValidateES2TexImageParameters() 254 switch (actualInternalFormat) in ValidateES2TexImageParameters()
|
D | validationES3.cpp | 440 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat; in ValidateES3TexImageParameters() local 441 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(actualInternalFormat); in ValidateES3TexImageParameters() 444 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height)) in ValidateES3TexImageParameters() 464 if (!ValidateTexImageFormatCombination(context, actualInternalFormat, format, type)) in ValidateES3TexImageParameters() 532 GLenum sizedFormat = GetSizedInternalFormat(actualInternalFormat, type); in ValidateES3TexImageParameters()
|