HomeSort by relevance Sort by last modified time
    Searched refs:loadTexture2D (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureTestUtil.hpp 256 TestTexture2DSp loadTexture2D (const tcu::Archive& archive, const std::vector<std::string>& filenames);
vktTextureTestUtil.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 145 static de::MovePtr<tcu::Texture2D> loadTexture2D (const tcu::Archive& archive, const char* filename);
vktShaderRender.cpp 290 case TYPE_2D: m_binding.tex2D = loadTexture2D(archive, filename).release(); break;
360 de::MovePtr<tcu::Texture2D> TextureBinding::loadTexture2D (const tcu::Archive& archive, const char* filename)
    [all...]

Completed in 702 milliseconds