Home
last modified time | relevance | path

Searched refs:storageFmt (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1046 TextureFormat storageFmt;
1053 storageFmt = mapInternalFormat(internalFormat);
1054 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST ||
1055 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID);
1075 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1079 texture->allocLevel(level, storageFmt, width);
1110 RC_IF_ERROR(storageFmt != dst.getFormat() || in isImmutable()
1115 texture->allocLevel(level, storageFmt, width, height);
1152 RC_IF_ERROR(storageFmt != dst.getFormat() ||
1157 texture->allocFace(level, face, storageFmt, widt
1447 TextureFormat storageFmt; copyTexImage1D() local
[all...]

Completed in 3 milliseconds