Home
last modified time | relevance | path

Searched defs:textureType (Results 1 – 25 of 65) sorted by relevance

123

/external/skqp/src/gpu/
DGrPrimitiveProcessor.cpp56 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler()
63 GrPrimitiveProcessor::TextureSampler::TextureSampler(GrTextureType textureType, in TextureSampler()
70 void GrPrimitiveProcessor::TextureSampler::reset(GrTextureType textureType, in reset()
83 void GrPrimitiveProcessor::TextureSampler::reset(GrTextureType textureType, in reset()
DGrTexturePriv.h43 GrTextureType textureType() const { return fTexture->fTextureType; } in textureType() function
DGrTexture.cpp39 GrTexture::GrTexture(GrGpu* gpu, const GrSurfaceDesc& desc, GrTextureType textureType, in GrTexture()
DGrPrimitiveProcessor.h272 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrProgramDesc.cpp42 static uint16_t sampler_key(GrTextureType textureType, GrPixelConfig config, in sampler_key()
/external/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm15 @property int textureType; property
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureFilterMinmaxTests.cpp81 SupportedTextureType* textureType = *iter; in ~TextureFilterMinmaxUtils() local
557 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *iter; in testReductionModeQueriesDefaultValues() local
598 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *iter; in testReductionModeQueries() local
658 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *textureTypeIter; in iterate() local
783 TextureFilterMinmaxUtils::SupportedTextureType* textureType = *textureTypeIter; in iterate() local
/external/skia/src/gpu/
DGrTexturePriv.h46 GrTextureType textureType() const { return fTexture->fTextureType; } in textureType() function
DGrTextureProxy.h54 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp43 GrTextureType textureType, in GrTexture()
DGrTextureProxy.cpp146 GrSamplerState::Filter GrTextureProxy::HighestFilterMode(GrTextureType textureType) { in HighestFilterMode()
DGrAHardwareBufferImageGenerator.cpp103 GrTextureType textureType = GrTextureType::k2D; in makeView() local
DGrProgramDesc.cpp47 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key()
/external/skqp/include/private/
DGrTextureProxy.h43 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
/external/angle/src/common/
Dutilities.h155 GLenum textureType; member
173 GLenum textureType, in UniformTypeInfo()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1786 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
1794 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
1800 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
1826 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp254 static const D3DDECLTYPE textureType[4] = in Direct3DVertexDeclaration9() local
/external/skia/src/sksl/ir/
DSkSLType.h215 Type(const char* name, const Type& textureType) in Type()
337 const Type& textureType() const { in textureType() function
/external/angle/src/libANGLE/
DProgramExecutable.h31 TextureType textureType; member
/external/skia/src/gpu/dawn/
DGrDawnUniformHandler.cpp243 GrSLType samplerType = kSampler_GrSLType, textureType = kTexture2D_GrSLType; in addSampler() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp887 VkImageType GetImageType(gl::TextureType textureType) in GetImageType()
907 VkImageViewType GetImageViewType(gl::TextureType textureType) in GetImageViewType()
966 void GetExtentsAndLayerCount(gl::TextureType textureType, in GetExtentsAndLayerCount()
/external/swiftshader/src/Renderer/
DSampler.hpp149 TextureType textureType : BITS(TEXTURE_LAST); member
221 TextureType textureType; member in sw::Sampler
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp429 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
900 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1097 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp435 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
899 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1096 DWRITE_TEXTURE_TYPE textureType = fTextureType; in generateImage() local
/external/skqp/src/gpu/ops/
DGrQuadPerEdgeAA.cpp518 GrTextureType textureType, GrPixelConfig textureConfig, in Make()
685 GrTextureType textureType, GrPixelConfig textureConfig, in QuadPerEdgeAAGeometryProcessor()
760 GrTextureType textureType, GrPixelConfig textureConfig, in MakeTexturedProcessor()

123