HomeSort by relevance Sort by last modified time
    Searched refs:actualInternalFormat (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.cpp 245 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat;
248 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height))
254 switch (actualInternalFormat)
validationES3.cpp 440 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat;
441 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(actualInternalFormat);
444 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height))
464 if (!ValidateTexImageFormatCombination(context, actualInternalFormat, format, type))
532 GLenum sizedFormat = GetSizedInternalFormat(actualInternalFormat, type);
    [all...]

Completed in 39 milliseconds