Home
last modified time | relevance | path

Searched refs:convertBufferToRGBA (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.h578 angle::Result convertBufferToRGBA(ContextVk *contextVk, size_t &conversionBufferSize);
DTextureVk.cpp2878 angle::Result TextureVk::convertBufferToRGBA(ContextVk *contextVk, size_t &conversionBufferSize) in convertBufferToRGBA() function in rx::TextureVk
2940 ANGLE_TRY(convertBufferToRGBA(contextVk, conversionBufferSize)); in syncState()