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/
validationES3.cpp 171 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat;
175 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height))
180 if (!gl::IsFormatCompressed(actualInternalFormat, clientVersion))
194 if (!gl::IsValidInternalFormat(actualInternalFormat, context) ||
201 if (!gl::IsValidFormatCombination(actualInternalFormat, format, type, clientVersion))
263 GLenum sizedFormat = gl::IsSizedInternalFormat(actualInternalFormat, clientVersion) ?
264 actualInternalFormat :
265 gl::GetSizedInternalFormat(actualInternalFormat, type, clientVersion);
validationES2.cpp 224 GLenum actualInternalFormat = isSubImage ? textureInternalFormat : internalformat;
227 if (!ValidCompressedImageSize(context, actualInternalFormat, width, height))
232 switch (actualInternalFormat)

Completed in 236 milliseconds