Home
last modified time | relevance | path

Searched defs:testTexture (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp237 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon3583089d0111::TextureWrapCase
277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon3583089d0111::TextureMagFilterCase
314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon3583089d0111::TextureMinFilterCase
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1211 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange()
1224 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView()
1240 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView()
1261 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView()
1283 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView()
1304 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1346 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()
1365 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1312 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1273 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(), in TextureDerivateCaseInstance() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3662 void TextureCubeMapArraySamplingTest::testTexture(const formatDefinition& format, bool mutability, function in glcts::TextureCubeMapArraySamplingTest