Home
last modified time | relevance | path

Searched refs:getTransferFunctionType (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DTexture.h152 TransferFunctionType getTransferFunctionType() const;
DSkiaShader.cpp224 description->transferFunction = texture->getTransferFunctionType(); in tryStoreBitmap()
DTexture.cpp396 TransferFunctionType Texture::getTransferFunctionType() const { in getTransferFunctionType() function in android::uirenderer::Texture
DGlopBuilder.cpp613 mDescription.transferFunction = texture->getTransferFunctionType(); in build()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp382 TransferFunctionType transferFunction = colorSpaceTexture->getTransferFunctionType(); in render()