Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp237 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon669d87480111::TextureWrapCase
277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon669d87480111::TextureMagFilterCase
314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon669d87480111::TextureMinFilterCase
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1234 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange()
1247 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView()
1263 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView()
1284 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView()
1306 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView()
1327 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1369 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()
1388 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1234 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange()
1247 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView()
1263 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView()
1284 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView()
1306 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView()
1327 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1369 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()
1388 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1474 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureTestUtil.cpp1474 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/vulkancts/modules_no_buildgn/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