Home
last modified time | relevance | path

Searched defs:textureView (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkTexture.cpp160 const GrVkImageView* GrVkTexture::textureView(bool allowSRGB) { in textureView() function in GrVkTexture
216 const GrVkImageView* textureView = GrVkImageView::Create(gpu, image, info.fFormat, in reallocForMipmap() local
DGrVkPipelineState.cpp390 const GrVkImageView* textureView = texture->textureView(allowSRGBInputs); in writeSamplers() local
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl510 glTextureViewFunc textureView; variable