Home
last modified time | relevance | path

Searched refs:renderTargetInternalFormat (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Device/
DContext.hpp194 VkFormat renderTargetInternalFormat(int index);
DContext.cpp742 VkFormat Context::renderTargetInternalFormat(int index) in renderTargetInternalFormat() function in sw::Context
DPixelProcessor.cpp698 state.targetFormat[i] = context->renderTargetInternalFormat(i); in update()
/external/swiftshader/src/Renderer/
DContext.hpp444 Format renderTargetInternalFormat(int index);
DContext.cpp1459 Format Context::renderTargetInternalFormat(int index) in renderTargetInternalFormat() function in sw::Context
DPixelProcessor.cpp1033 state.targetFormat[i] = context->renderTargetInternalFormat(i); in update()