Home
last modified time | relevance | path

Searched refs:getTextureType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.hpp212 TextureType getTextureType() const;
DSampler.cpp436 TextureType Sampler::getTextureType() const in getTextureType() function in sw::Sampler
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp119 static TextureType getTextureType (glu::DataType samplerType) in getTextureType() function
235 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
279 const TextureType texType = getTextureType(samplerType); in setupTexture()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h385 ResourceType getTextureType() const { return mData->resourceType; } in getTextureType() function
DBuffer11.cpp1775 ANGLE_TRY(mRenderer->createStagingTexture(context, srcTexture.getTextureType(), in packPixels()
DRenderer11.cpp3444 ANGLE_TRY(createStagingTexture(context, textureHelper.getTextureType(), in readFromAttachment()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp298 static TextureType getTextureType (glu::DataType samplerType) in getTextureType() function
414 const TextureType texType = getTextureType(samplerType); in getSamplerCoordType()
692 const TextureType texType = getTextureType(m_samplerType); in iterate()