Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fTextureStateQueryTests.cpp237 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureWrapCase
277 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureMagFilterCase
314 void testTexture (void) in testTexture() function in deqp::gles2::Functional::__anon1a40b5a50111::TextureMinFilterCase
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp1094 vk::VkImageSubresourceRange resolveSubresourceRange (const TestTexture& testTexture, const vk::VkIm… in resolveSubresourceRange()
1107 MovePtr<tcu::Texture1DView> getTexture1DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture1DView()
1123 MovePtr<tcu::Texture1DArrayView> getTexture1DArrayView (const TestTexture& testTexture, const vk::V… in getTexture1DArrayView()
1144 MovePtr<tcu::Texture2DView> getTexture2DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture2DView()
1166 MovePtr<tcu::Texture2DArrayView> getTexture2DArrayView (const TestTexture& testTexture, const vk::V… in getTexture2DArrayView()
1187 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1229 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()
1248 MovePtr<tcu::Texture3DView> getTexture3DView (const TestTexture& testTexture, const vk::VkImageSubr… in getTexture3DView()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp1238 const pipeline::TestTexture& testTexture = m_textureBindings[texUnit]->getTestTexture(); in renderQuad() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1270 de::SharedPtr<TextureBinding> testTexture (new TextureBinding(texture.release(), in TextureDerivateCaseInstance() local
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp3668 void TextureCubeMapArraySamplingTest::testTexture(const formatDefinition& format, bool mutability, function in glcts::TextureCubeMapArraySamplingTest