Searched refs:fragShaderText (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 49 SkSL::String fragShaderText; in createMSAALoadProgram() local 50 fragShaderText.append( in createMSAALoadProgram() 72 if (!GrCompileVkShaderModule(gpu, fragShaderText, VK_SHADER_STAGE_FRAGMENT_BIT, in createMSAALoadProgram()
|
/external/skqp/tests/ |
D | VkMakeCopyPipelineTest.cpp | 54 const char fragShaderText[] = in test() local 78 if (!GrCompileVkShaderModule(gpu, fragShaderText, VK_SHADER_STAGE_FRAGMENT_BIT, in test()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCopyManager.mm | 61 SkString fragShaderText(version); 62 fragShaderText.append( 83 id<MTLLibrary> fragmentLibrary = GrCompileMtlShaderLibrary(fGpu, fragShaderText.c_str(),
|
/external/skqp/src/gpu/vk/ |
D | GrVkCopyManager.cpp | 64 SkString fragShaderText(version); in createCopyProgram() local 65 fragShaderText.append( in createCopyProgram() 89 if (!GrCompileVkShaderModule(gpu, fragShaderText.c_str(), VK_SHADER_STAGE_FRAGMENT_BIT, in createCopyProgram()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1486 void init_shaders(struct sample_info &info, const char *vertShaderText, const char *fragShaderText) in init_shaders() argument 1492 if (!(vertShaderText || fragShaderText)) in init_shaders() 1521 if (fragShaderText) in init_shaders() 1531 retVal = GLSLtoSPV(VK_SHADER_STAGE_FRAGMENT_BIT, fragShaderText, frag_spv); in init_shaders()
|
D | vulkan_command_buffer_utils.h | 531 void init_shaders(struct sample_info &info, const char *vertShaderText, const char *fragShaderText);
|