Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.h143 angle::Result createGraphicsPipelineWithDefaultState(const gl::Context *context);
DProgramVk.cpp254 status = createGraphicsPipelineWithDefaultState(context); in link()
260 angle::Result ProgramVk::createGraphicsPipelineWithDefaultState(const gl::Context *context) in createGraphicsPipelineWithDefaultState() function in rx::ProgramVk