Searched refs:getProgramName (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fSeparateShaderTests.cpp | 603 virtual GLuint getProgramName (void) = 0; 615 GLuint getProgramName (void) { return m_shaderProgram.getProgram(); } in getProgramName() function in deqp::gles31::Functional::__anonb5410e430111::ShaderProgramWrapper 635 GLuint getProgramName (void) { return m_program.getProgram(); } in getProgramName() function in deqp::gles31::Functional::__anonb5410e430111::RawProgramWrapper 1171 const GLuint progName = program.getProgramName(); in setUniform() 1222 fullProg->getProgramName()); in createPipeline() 1225 << " with two-shader program " << fullProg->getProgramName() in createPipeline() 1233 pipeline->useProgramStages(GL_VERTEX_SHADER_BIT, vtxProg->getProgramName()); in createPipeline() 1236 pipeline->useProgramStages(GL_FRAGMENT_SHADER_BIT, frgProg->getProgramName()); in createPipeline() 1240 << " with vertex program " << vtxProg->getProgramName() in createPipeline() 1241 << " and fragment program " << frgProg->getProgramName() in createPipeline() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | GraphWriter.cpp | 132 static const char *getProgramName(GraphProgram::Name program) { in getProgramName() function 194 args.push_back(getProgramName(program)); in DisplayGraph() 225 (S.TryFindProgram(getProgramName(program), GeneratorPath) || in DisplayGraph()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationInvarianceTests.cpp | 158 inline std::string getProgramName (const std::string& baseName, const Winding winding, const bool u… in getProgramName() function 165 inline std::string getProgramName (const std::string& baseName, const bool usePointMode) in getProgramName() function 355 …programCollection.glslSources.add(getProgramName("tese", *windingIter, *usePointModeIter)) << glu:… in addDefaultPrograms() 398 …programCollection.glslSources.add(getProgramName("geom", *usePointModeIter)) << glu::GeometrySourc… in addDefaultPrograms() 638 …AGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(getProgramName("tese", windin… in draw() 639 …K_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(getProgramName("geom", usePoi… in draw() 1458 …AGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(getProgramName("tese", *windi… in iterate() 1459 …K_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(getProgramName("geom", m_case… in iterate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| D | vktTextureTestUtil.cpp | 79 const char* getProgramName(Program program) in getProgramName() function 302 …programCollection.glslSources.add("vertex_" + std::string(getProgramName(program))) << glu::Vertex… in initializePrograms() 303 …programCollection.glslSources.add("fragment_" + std::string(getProgramName(program))) << glu::Frag… in initializePrograms() 1194 …kDevice, m_context.getBinaryCollection().get("vertex_" + std::string(getProgramName(progSpec))), 0… in renderQuad() 1195 …evice, m_context.getBinaryCollection().get("fragment_" + std::string(getProgramName(progSpec))), 0… in renderQuad()
|