Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1026 TextureFormat storageFmt; in texImage3D() local
1033 storageFmt = mapInternalFormat(internalFormat); in texImage3D()
1034 RC_IF_ERROR(storageFmt.order == TextureFormat::CHANNELORDER_LAST || in texImage3D()
1035 storageFmt.type == TextureFormat::CHANNELTYPE_LAST, GL_INVALID_ENUM, RC_RET_VOID); in texImage3D()
1055 RC_IF_ERROR(storageFmt != dst.getFormat() || in texImage3D()
1059 texture->allocLevel(level, storageFmt, width); in texImage3D()
1090 RC_IF_ERROR(storageFmt != dst.getFormat() || in texImage3D()
1095 texture->allocLevel(level, storageFmt, width, height); in texImage3D()
1132 RC_IF_ERROR(storageFmt != dst.getFormat() || in texImage3D()
1137 texture->allocFace(level, face, storageFmt, width, height); in texImage3D()
[all …]