Searched defs:testTexture (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fTextureStateQueryTests.cpp208 virtual void testTexture (void) = DE_NULL;
217 testTexture();
237 void testTexture (void) function in class:deqp::gles2::Functional::__anon4065::TextureWrapCase
277 void testTexture (void) function in class:deqp::gles2::Functional::__anon4065::TextureMagFilterCase
314 void testTexture (void) function in class:deqp::gles2::Functional::__anon4065::TextureMinFilterCase
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp183 const TestTexture& testTexture,
193 if (!testTexture.isCompressed())
195 const tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(testTexture.getLevel(0, 0).getFormat());
211 const tcu::Texture1D& texture = dynamic_cast<const TestTexture1D&>(testTexture).getTexture();
216 const tcu::Texture1DArray& texture = dynamic_cast<const TestTexture1DArray&>(testTexture).getTexture();
238 const tcu::Texture2D& texture = dynamic_cast<const TestTexture2D&>(testTexture).getTexture();
247 const tcu::TextureCube& texture = dynamic_cast<const TestTextureCube&>(testTexture).getTexture();
254 const tcu::TextureCubeArray& texture = dynamic_cast<const TestTextureCubeArray&>(testTexture).getTexture();
277 const tcu::Texture2DArray& texture = dynamic_cast<const TestTexture2DArray&>(testTexture).getTexture();
302 const tcu::Texture3D& texture = dynamic_cast<const TestTexture3D&>(testTexture)
179 createRefProgram(const tcu::TextureFormat& renderTargetFormat, const tcu::Sampler& sampler, float samplerLod, const tcu::UVec4& componentMapping, const TestTexture& testTexture, VkImageViewType viewType, int layerCount, const VkImageSubresourceRange& subresource) argument
[all...]

Completed in 140 milliseconds