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

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

Completed in 127 milliseconds