Searched defs:vertSource (Results 1 – 12 of 12) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeComputeTests.cpp | 389 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active() local 474 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in invalid_program_query() local 825 …const glu::VertexSource vertSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERT… in invalid_write_built_in_constants() local
|
D | es31fNegativeShaderStorageTests.cpp | 208 const std::string vertSource = genCommonSource(ctx, GL_VERTEX_SHADER); in block_number_limits() local
|
/external/angle/src/tests/gl_tests/ |
D | BlendFuncExtendedTest.cpp | 131 void makeProgram(const char *vertSource, const char *fragSource) in makeProgram()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 301 std::ostringstream vertSource; in initPrograms() local
|
D | vktPipelineExtendedDynamicStateTests.cpp | 821 std::ostringstream vertSource; in initPrograms() local
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSo… in genShaderSources() 424 std::string vertSource, fragSource; in createVertexCaptureProgram() local
|
D | es3fShaderApiTests.cpp | 459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
|
D | es3fShaderStateQueryTests.cpp | 1666 static const char* vertSource = in test() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
|
D | es2fShaderStateQueryTests.cpp | 1345 static const char* vertSource = in test() local
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 726 void Program::setSources (const string& vertSource, const string& fragSource) in setSources()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 186 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
|