Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp431 void getCompressedTexture(glw::GLuint width, glw::GLuint height, glw::GLuint n_array_elements, glw:… in getCompressedTexture() function
3388getCompressedTexture(resolution.m_width, resolution.m_height, array_length, mipmap_level, image_da… in prepareCompresedTexture()
3418getCompressedTexture(resolution.m_width, resolution.m_height, array_length, mipmap_level, image_da… in prepareCompresedTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3007 const tcu::CompressedTexture& getCompressedTexture() const;
3110 const tcu::CompressedTexture& CompressedTextureForBlit::getCompressedTexture() const in getCompressedTexture() function in vkt::api::__anon59af0e9c0111::CompressedTextureForBlit
3649 … getCompressedFormatThreshold(m_destinationCompressedTexture->getCompressedTexture().getFormat()) : in checkCompressedNonNearestFilteredResult()
4001 … getCompressedFormatThreshold(m_destinationCompressedTexture->getCompressedTexture().getFormat()) : in checkCompressedNearestFilteredResult()
4146 … const tcu::CompressedTexture& compressedLevel = m_sourceCompressedTexture->getCompressedTexture(); in checkTestResult()
4183 … const tcu::CompressedTexture& compressedLevel = m_sourceCompressedTexture->getCompressedTexture(); in checkTestResult()
4435 const deUint32 bufferSize = m_sourceCompressedTexture->getCompressedTexture().getDataSize(); in uploadCompressedImage()
4541 …deMemcpy(bufferAlloc->getHostPtr(), m_sourceCompressedTexture->getCompressedTexture().getData(), b… in uploadCompressedImage()