Home
last modified time | relevance | path

Searched defs:textureType (Results 1 – 25 of 67) 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/llvm-project/clang/test/SemaObjCXX/
Dinstantiate-property-access.mm15 @property int textureType; property
/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/
DGrTexture.h43 GrTextureType textureType() const { return fTextureType; } in textureType() function
DGrTextureProxy.h54 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
DGrTexture.cpp43 GrTextureType textureType, in GrTexture()
DGrProgramDesc.cpp47 static uint32_t sampler_key(GrTextureType textureType, const GrSwizzle& swizzle, in sampler_key()
DGrAHardwareBufferImageGenerator.cpp103 GrTextureType textureType = GrTextureType::k2D; in makeView() local
/external/skqp/include/private/
DGrTextureProxy.h43 GrTextureType textureType() const { return this->backendFormat().textureType(); } in textureType() function
/external/angle/src/common/
Dutilities.h160 GLenum textureType; member
177 GLenum textureType, in UniformTypeInfo()
/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp72 std::unique_ptr<Type> BuiltinTypes::MakeSamplerType(const char* name, const Type& textureType) { in MakeSamplerType()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2294 bool UseTexImage2D(gl::TextureType textureType) in UseTexImage2D()
2302 bool UseTexImage3D(gl::TextureType textureType) in UseTexImage3D()
2309 GLenum GetTextureBindingQuery(gl::TextureType textureType) in GetTextureBindingQuery()
2339 GLenum GetTextureBindingTarget(gl::TextureType textureType) in GetTextureBindingTarget()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp391 auto *textureType = new TType(samplerType); in getTextureEnv() local
564 const TBasicType textureType = GetTextureBasicType(samplerType); in GetTextureTypeName() local
/external/swiftshader/src/Renderer/
DSampler.hpp149 TextureType textureType : BITS(TEXTURE_LAST); member
221 TextureType textureType; member in sw::Sampler
/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/skia/src/ports/
DSkScalerContext_win_dw.cpp444 DWRITE_TEXTURE_TYPE textureType, in getBoundingBox()
924 DWRITE_TEXTURE_TYPE textureType) in drawDWMask()
1122 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()
/external/skia/src/sksl/ir/
DSkSLType.h277 const Type& textureType() const { in textureType() function
563 Type(const char* name, const Type& textureType) in Type()
/external/angle/src/libANGLE/
DProgramExecutable.h35 TextureType textureType; member
54 TextureType textureType; member
DProgramExecutable.cpp387 TextureType textureType = stream->readEnum<TextureType>(); in load() local
402 TextureType textureType = static_cast<TextureType>(stream->readInt<unsigned int>()); in load() local

123