HomeSort by relevance Sort by last modified time
    Searched refs:m_program (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/deqp/external/openglcts/modules/gl/
gl4cComputeShaderTests.cpp 497 GLuint m_program; member in class:gl4cts::__anon18705::SimpleCompute
506 m_program = CreateComputeProgram(glsl_cs);
507 glLinkProgram(m_program);
508 if (!CheckProgram(m_program))
512 glGetProgramiv(m_program, GL_COMPUTE_WORK_GROUP_SIZE, v);
531 glUseProgram(m_program);
551 glDeleteProgram(m_program);
586 GLuint m_program; member in class:gl4cts::__anon18705::BasicOneWorkGroup
606 if (m_program != 0)
607 glDeleteProgram(m_program);
739 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceUBO
933 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceTexture
1165 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceImage
1372 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceAtomicCounter
1554 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceSubroutine
1739 GLuint m_program; member in class:gl4cts::__anon18705::BasicResourceUniform
2000 GLuint m_program; member in class:gl4cts::__anon18705::BasicBuiltinVariables
2213 GLuint m_program; member in class:gl4cts::__anon18705::BasicMax
2658 GLuint m_program; member in class:gl4cts::__anon18705::BasicSharedSimple
2778 GLuint m_program; member in class:gl4cts::__anon18705::BasicSharedStruct
2903 GLuint m_program; member in class:gl4cts::__anon18705::BasicDispatchIndirect
3460 GLuint m_program; member in class:gl4cts::__anon18705::BasicAtomicCase1
3555 GLuint m_program; member in class:gl4cts::__anon18705::BasicAtomicCase2
3710 GLuint m_program; member in class:gl4cts::__anon18705::BasicAtomicCase3
3854 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedCopyImage
3945 GLuint m_program[2]; member in class:gl4cts::__anon18705::AdvancedPipelinePreVS
4055 GLuint m_program[2]; member in class:gl4cts::__anon18705::AdvancedPipelineGenDrawCommands
4243 GLuint m_program[3]; member in class:gl4cts::__anon18705::AdvancedPipelineComputeChain
4528 GLuint m_program[3]; member in class:gl4cts::__anon18705::AdvancedPipelinePostFS
4687 GLuint m_program[2]; member in class:gl4cts::__anon18705::AdvancedPipelinePostXFB
4856 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedSharedIndexing
4961 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedSharedMax
5051 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedDynamicPaths
5178 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedResourcesMax
5359 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedFP64Case1
5465 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedFP64Case2
5688 GLuint m_program; member in class:gl4cts::__anon18705::AdvancedFP64Case3
5971 GLuint m_program; member in class:gl4cts::__anon18705::NegativeAPINoActiveProgram
6080 GLuint m_program; member in class:gl4cts::__anon18705::NegativeAPIWorkGroupCount
6171 GLuint m_program; member in class:gl4cts::__anon18705::NegativeAPIIndirect
6276 GLuint m_program; member in class:gl4cts::__anon18705::NegativeAPIProgram
6582 GLuint m_program; member in class:gl4cts::__anon18705::BasicWorkGroupSizeIsConst
    [all...]
gl4cShaderStorageBufferObjectTests.cpp 627 GLuint m_program; member in class:gl4cts::__anon18730::BasicBasic
634 glShaderStorageBlockBinding(m_program, 0, index);
644 m_program = 0;
662 m_program = CreateProgram(glsl_vs, glsl_fs);
663 glLinkProgram(m_program);
664 if (!CheckProgram(m_program))
676 glUseProgram(m_program);
689 glDeleteProgram(m_program);
698 GLuint m_program; member in class:gl4cts::__anon18730::BasicBasicCS
703 m_program = 0
1045 GLuint m_program; member in class:gl4cts::__anon18730::BasicSyntax
1261 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBaseVS
1338 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBaseCS
2203 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase1
2386 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase1CS
2490 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase2
2660 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase3
2779 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase3CS
2862 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase4
2981 GLuint m_program; member in class:gl4cts::__anon18730::BasicAtomicCase4CS
3069 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBase2VS
3154 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBase2CS
3788 GLuint m_program; member in class:gl4cts::__anon18730::BasicOperationsBaseVS
3868 GLuint m_program; member in class:gl4cts::__anon18730::BasicOperationsBaseCS
4160 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBase3VS
4253 GLuint m_program; member in class:gl4cts::__anon18730::BasicStdLayoutBase3CS
4575 GLuint m_program; member in class:gl4cts::__anon18730::BasicMatrixOperationsBaseVS
4661 GLuint m_program; member in class:gl4cts::__anon18730::BasicMatrixOperationsBaseCS
5145 GLuint m_program; member in class:gl4cts::__anon18730::BasicReadonlyWriteonly
5289 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedSwitchBuffers
5432 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedSwitchBuffersCS
5554 GLuint m_program[4]; member in class:gl4cts::__anon18730::AdvancedSwitchPrograms
5695 GLuint m_program[4]; member in class:gl4cts::__anon18730::AdvancedSwitchProgramsCS
5789 GLuint m_program[2]; member in class:gl4cts::__anon18730::AdvancedWriteFragment
5939 GLuint m_program[2]; member in class:gl4cts::__anon18730::AdvancedWriteGeometry
6049 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedWriteTessellation
6167 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedIndirectAddressingCase1
6315 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedIndirectAddressingCase1CS
6498 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedIndirectAddressingCase2
6661 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedIndirectAddressingCase2CS
6771 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedReadWriteCase1
6879 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedReadWriteCase1CS
6981 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUsageCase1
7115 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUsageSync
7351 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUsageSyncCS
7595 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUsageOperators
7698 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUsageOperatorsCS
7779 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUnsizedArrayLength
7907 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedUnsizedArrayLength2
8492 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedMatrix
8614 GLuint m_program; member in class:gl4cts::__anon18730::AdvancedMatrixCS
    [all...]
gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp 488 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicBasicVS
494 m_program = 0;
510 m_program = CreateProgram(glsl_vs, glsl_fs);
511 glLinkProgram(m_program);
512 if (!CheckProgram(m_program))
524 glUseProgram(m_program);
539 glDeleteProgram(m_program);
548 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicBasicCS
553 m_program = 0;
562 m_program = CreateProgramCS(glsl_cs)
871 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicSyntaxVS
967 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicSyntaxCS
1197 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBaseVS
1278 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBaseCS
2151 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase1VSFS
2317 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase1CS
2422 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase3VSFS
2534 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase3CS
2617 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase4VSFS
2737 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicAtomicCase4CS
2824 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBase2VS
2912 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBase2CS
3581 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicOperationsBaseVS
3671 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicOperationsBaseCS
3965 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBase3VS
4066 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicStdLayoutBase3CS
4388 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicMatrixOperationsBaseVS
4479 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::BasicMatrixOperationsBaseCS
4892 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchBuffersVS
5030 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchBuffersCS
5151 GLuint m_program[4]; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchProgramsVS
5271 GLuint m_program[4]; member in class:gl4cts::es31compatibility::__anon18714::AdvancedSwitchProgramsCS
5365 GLuint m_program[2]; member in class:gl4cts::es31compatibility::__anon18714::AdvancedWriteFragmentFS
5505 GLuint m_program[2]; member in class:gl4cts::es31compatibility::__anon18714::AdvancedWriteFragmentCS
5627 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase1VS
5770 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase1CS
5952 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase2VSFS
6125 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedIndirectAddressingCase2CS
6233 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedReadWriteCase1VSFS
6336 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedReadWriteCase1CS
6435 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageCase1
6563 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageSyncVSFS
6810 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageSyncCS
7052 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageOperatorsVS
7159 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUsageOperatorsCS
7241 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUnsizedArrayLength
7386 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedUnsizedArrayLength2
7961 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedMatrixVSFS
8081 GLuint m_program; member in class:gl4cts::es31compatibility::__anon18714::AdvancedMatrixCS
    [all...]
gl4cShaderImageSizeTests.cpp 425 GLuint m_program[3]; member in class:gl4cts::__anon18729::ImageSizeMachine
608 memset(m_program, 0, sizeof(m_program));
617 glDeleteProgram(m_program[i]);
629 m_program[0] = glCreateShaderProgramv(GL_VERTEX_SHADER, 1, &glsl_vs);
630 glUseProgramStages(m_pipeline, GL_VERTEX_SHADER_BIT, m_program[0]);
639 m_program[0] = glCreateShaderProgramv(GL_VERTEX_SHADER, 1, &glsl_vs);
640 m_program[1] = glCreateShaderProgramv(GL_TESS_CONTROL_SHADER, 1, &glsl_tcs);
641 m_program[2] = glCreateShaderProgramv(GL_TESS_EVALUATION_SHADER, 1, &glsl_tes);
642 glUseProgramStages(m_pipeline, GL_VERTEX_SHADER_BIT, m_program[0])
906 GLuint m_program[2]; member in class:gl4cts::__anon18729::AdvancedChangeSize
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cComputeShaderTests.cpp 506 GLuint m_program; member in class:glcts::__anon18769::SimpleCompute
515 m_program = CreateComputeProgram(glsl_cs);
516 glLinkProgram(m_program);
517 if (!CheckProgram(m_program))
521 glGetProgramiv(m_program, GL_COMPUTE_WORK_GROUP_SIZE, v);
540 glUseProgram(m_program);
560 glDeleteProgram(m_program);
595 GLuint m_program; member in class:glcts::__anon18769::BasicOneWorkGroup
615 if (m_program != 0)
616 glDeleteProgram(m_program);
747 GLuint m_program; member in class:glcts::__anon18769::BasicResourceUBO
935 GLuint m_program; member in class:glcts::__anon18769::BasicResourceTexture
1110 GLuint m_program; member in class:glcts::__anon18769::BasicResourceImage
1335 GLuint m_program; member in class:glcts::__anon18769::BasicResourceAtomicCounter
1505 GLuint m_program; member in class:glcts::__anon18769::BasicResourceUniform
1681 GLuint m_program; member in class:glcts::__anon18769::BasicBuiltinVariables
1899 GLuint m_program; member in class:glcts::__anon18769::BasicMax
2291 GLuint m_program; member in class:glcts::__anon18769::BasicSharedSimple
2416 GLuint m_program; member in class:glcts::__anon18769::BasicSharedStruct
2546 GLuint m_program; member in class:glcts::__anon18769::BasicDispatchIndirect
3100 GLuint m_program; member in class:glcts::__anon18769::BasicAtomicCase1
3199 GLuint m_program; member in class:glcts::__anon18769::BasicAtomicCase2
3361 GLuint m_program; member in class:glcts::__anon18769::BasicAtomicCase3
3512 GLuint m_program; member in class:glcts::__anon18769::AdvancedCopyImage
3609 GLuint m_program[2]; member in class:glcts::__anon18769::AdvancedPipelinePreVS
3720 GLuint m_program[2]; member in class:glcts::__anon18769::AdvancedPipelineGenDrawCommands
3907 GLuint m_program[3]; member in class:glcts::__anon18769::AdvancedPipelineComputeChain
4223 GLuint m_program[3]; member in class:glcts::__anon18769::AdvancedPipelinePostFS
4395 GLuint m_program[2]; member in class:glcts::__anon18769::AdvancedPipelinePostXFB
4571 GLuint m_program; member in class:glcts::__anon18769::AdvancedSharedIndexing
4692 GLuint m_program; member in class:glcts::__anon18769::AdvancedSharedMax
4791 GLuint m_program; member in class:glcts::__anon18769::AdvancedResourcesMax
5032 GLuint m_program; member in class:glcts::__anon18769::NegativeAPINoActiveProgram
5145 GLuint m_program; member in class:glcts::__anon18769::NegativeAPIWorkGroupCount
5239 GLuint m_program; member in class:glcts::__anon18769::NegativeAPIIndirect
5347 GLuint m_program; member in class:glcts::__anon18769::NegativeAPIProgram
5619 GLuint m_program; member in class:glcts::__anon18769::BasicWorkGroupSizeIsConst
    [all...]
es31cShaderStorageBufferObjectTests.cpp 485 GLuint m_program; member in class:glcts::__anon18781::BasicBasicVS
491 m_program = 0;
506 m_program = CreateProgram(glsl_vs, glsl_fs);
507 glLinkProgram(m_program);
508 if (!CheckProgram(m_program))
520 glUseProgram(m_program);
535 glDeleteProgram(m_program);
544 GLuint m_program; member in class:glcts::__anon18781::BasicBasicCS
549 m_program = 0;
558 m_program = CreateProgramCS(glsl_cs)
866 GLuint m_program; member in class:glcts::__anon18781::BasicSyntaxVS
963 GLuint m_program; member in class:glcts::__anon18781::BasicSyntaxCS
1192 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBaseVS
1273 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBaseCS
2148 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase1VSFS
2312 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase1CS
2418 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase3VSFS
2540 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase3CS
2621 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase4VSFS
2747 GLuint m_program; member in class:glcts::__anon18781::BasicAtomicCase4CS
2833 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBase2VS
2919 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBase2CS
3586 GLuint m_program; member in class:glcts::__anon18781::BasicOperationsBaseVS
3676 GLuint m_program; member in class:glcts::__anon18781::BasicOperationsBaseCS
3969 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBase3VS
4069 GLuint m_program; member in class:glcts::__anon18781::BasicStdLayoutBase3CS
4388 GLuint m_program; member in class:glcts::__anon18781::BasicMatrixOperationsBaseVS
4476 GLuint m_program; member in class:glcts::__anon18781::BasicMatrixOperationsBaseCS
4882 GLuint m_program; member in class:glcts::__anon18781::BasicReadonlyWriteonly
5031 GLuint m_program; member in class:glcts::__anon18781::AdvancedSwitchBuffersVS
5168 GLuint m_program; member in class:glcts::__anon18781::AdvancedSwitchBuffersCS
5287 GLuint m_program[4]; member in class:glcts::__anon18781::AdvancedSwitchProgramsVS
5408 GLuint m_program[4]; member in class:glcts::__anon18781::AdvancedSwitchProgramsCS
5500 GLuint m_program[2]; member in class:glcts::__anon18781::AdvancedWriteFragmentFS
5640 GLuint m_program[2]; member in class:glcts::__anon18781::AdvancedWriteFragmentCS
5763 GLuint m_program; member in class:glcts::__anon18781::AdvancedIndirectAddressingCase1VS
5906 GLuint m_program; member in class:glcts::__anon18781::AdvancedIndirectAddressingCase1CS
6091 GLuint m_program; member in class:glcts::__anon18781::AdvancedIndirectAddressingCase2VSFS
6262 GLuint m_program; member in class:glcts::__anon18781::AdvancedIndirectAddressingCase2CS
6369 GLuint m_program; member in class:glcts::__anon18781::AdvancedReadWriteCase1VSFS
6472 GLuint m_program; member in class:glcts::__anon18781::AdvancedReadWriteCase1CS
6569 GLuint m_program; member in class:glcts::__anon18781::AdvancedUsageCase1
6697 GLuint m_program; member in class:glcts::__anon18781::AdvancedUsageSyncVSFS
6944 GLuint m_program; member in class:glcts::__anon18781::AdvancedUsageSyncCS
7207 GLuint m_program; member in class:glcts::__anon18781::AdvancedUsageOperatorsVS
7315 GLuint m_program; member in class:glcts::__anon18781::AdvancedUsageOperatorsCS
7396 GLuint m_program; member in class:glcts::__anon18781::AdvancedUnsizedArrayLength
7540 GLuint m_program; member in class:glcts::__anon18781::AdvancedUnsizedArrayLength2
8122 GLuint m_program; member in class:glcts::__anon18781::AdvancedMatrixVSFS
8241 GLuint m_program; member in class:glcts::__anon18781::AdvancedMatrixCS
    [all...]
  /external/deqp/modules/gles3/functional/
es3fSyncTests.cpp 83 glu::ShaderProgram* m_program; member in class:deqp::gles3::Functional::FenceSyncCase
97 , m_program (DE_NULL)
143 DE_ASSERT(!m_program);
144 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSource, fragShaderSource));
146 if (!m_program->isOk())
148 m_testCtx.getLog() << *m_program;
158 if (m_program)
160 delete m_program;
161 m_program = DE_NULL;
182 DE_ASSERT (m_program);
    [all...]
es3fLifetimeTests.cpp 213 , m_program (program) {}
218 ScaleProgram& getProgram (void) { return m_program; }
222 ScaleProgram& m_program; member in class:deqp::gles3::Functional::__anon19772::BufferVAOAttacher
266 m_program.setPos(buffer, vao);
293 , m_program (attacher.getProgram()) {}
297 ScaleProgram& m_program; member in class:deqp::gles3::Functional::__anon19772::BufferVAOInputAttacher
302 m_program.draw(vao, 1.0, false, &dst);
358 , m_program (program) {}
363 ScaleProgram& m_program; member in class:deqp::gles3::Functional::__anon19772::BufferTfOutputAttacher
370 m_program.setPos(buffer, *vao)
400 ScaleProgram m_program; member in class:deqp::gles3::Functional::__anon19772::ES3Types
    [all...]
  /external/deqp/modules/gles3/stress/
es3sOcclusionQueryTests.cpp 77 glu::ShaderProgram* m_program; member in class:deqp::gles3::Stress::OcclusionQueryStressCase
92 , m_program (DE_NULL)
126 DE_ASSERT(!m_program);
127 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSource, fragShaderSource));
129 if (!m_program->isOk())
131 m_testCtx.getLog() << *m_program;
141 delete m_program;
142 m_program = DE_NULL;
149 deUint32 colorUnif = glGetUniformLocation(m_program->getProgram(), "u_color");
206 TCU_CHECK(m_program);
    [all...]
es3sSyncTests.cpp 74 glu::ShaderProgram* m_program; member in class:deqp::gles3::Stress::FenceSyncCase
85 , m_program (DE_NULL)
131 DE_ASSERT(!m_program);
132 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSource, fragShaderSource));
134 if (!m_program->isOk())
136 m_testCtx.getLog() << *m_program;
146 if (m_program)
148 delete m_program;
149 m_program = DE_NULL;
170 TCU_CHECK (m_program);
    [all...]
es3sLongRunningShaderTests.cpp 105 glu::ShaderProgram* m_program; member in class:deqp::gles3::Stress::__anon20002::LongRunningShaderCase
113 , m_program (DE_NULL)
211 DE_ASSERT(!m_program);
212 m_program = new glu::ShaderProgram(m_context.getRenderContext(), genSources(*m_params));
214 m_testCtx.getLog() << *m_program;
216 if (!m_program->isOk())
238 delete m_program;
239 m_program = DE_NULL;
290 gl.useProgram(m_program->getProgram());
293 gl.uniform1i(gl.getUniformLocation(m_program->getProgram(), "u_iterCount"), iterCounts[0])
    [all...]
  /external/deqp/modules/glshared/
glsShaderPerformanceCase.cpp 45 , m_program (DE_NULL)
143 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(m_vertShaderSource, m_fragShaderSource));
145 if (m_program->isOk())
149 m_measurer.init(m_program->getProgram(), m_attributes, initialCallCount);
151 log << *m_program; local
155 log << *m_program; local
160 setupProgram(m_program->getProgram());
166 delete m_program;
167 m_program = DE_NULL;
183 DE_ASSERT(m_program);
    [all...]
glsMemoryStressCase.cpp 103 glu::ShaderProgram* m_program; member in class:deqp::gls::TextureRenderer
178 : m_program (NULL)
187 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(s_vertexShaderGLES3, s_fragmentShaderGLES3));
189 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(s_vertexShaderGLES2, s_fragmentShaderGLES2));
191 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(s_vertexShaderGL3, s_fragmentShaderGL3));
206 if (!m_program->isOk())
208 log << *m_program; local
209 TCU_CHECK_MSG(m_program->isOk(), "Shader compilation failed");
215 delete m_program;
225 GLU_CHECK_CALL(glUseProgram(m_program->getProgram()))
265 glu::ShaderProgram* m_program; member in class:deqp::gls::BufferRenderer
370 log << *m_program; local
    [all...]
glsFragmentOpUtil.cpp 138 , m_program (DE_NULL)
152 m_program = new glu::ShaderProgram(m_context, glu::makeVtxFragSources(vertSrc, fragSrc));
153 if (!m_program->isOk())
155 delete m_program;
159 m_positionLoc = gl.getAttribLocation(m_program->getProgram(), "a_position");
160 m_colorLoc = gl.getAttribLocation(m_program->getProgram(), "a_color");
163 m_color1Loc = gl.getAttribLocation(m_program->getProgram(), "a_color1");
167 delete m_program;
174 delete m_program;
200 m_context.getFunctions().useProgram(m_program->getProgram())
    [all...]
glsSamplerObjectTest.cpp 75 , m_program (NULL)
239 DE_ASSERT(!m_program);
240 m_program = new glu::ShaderProgram(m_renderCtx,
244 if (!m_program->isOk())
247 log << *m_program; local
254 delete m_program;
255 m_program = NULL;
300 gl.useProgram(m_program->getProgram());
301 GLU_EXPECT_NO_ERROR(gl.getError(), "glUseProgram(m_program->getProgram())");
303 samplerLoc = gl.getUniformLocation(m_program->getProgram(), "u_sampler")
767 log << *m_program; local
    [all...]
glsFragOpInteractionCase.hpp 74 gls::RandomShaderProgram* m_program; member in class:deqp::gls::FragOpInteractionCase
  /external/deqp/framework/opengl/
gluShaderProgram.cpp 236 , m_program (0)
238 m_program = m_gl.createProgram();
244 , m_program (0)
246 m_program = m_gl.createProgram();
252 , m_program (program)
260 m_gl.deleteProgram(m_program);
265 m_gl.attachShader(m_program, shader);
271 m_gl.detachShader(m_program, shader);
277 m_gl.bindAttribLocation(m_program, location, name);
283 m_gl.transformFeedbackVaryings(m_program, count, varyings, bufferMode)
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayETC2Support.cpp 52 : TestCaseBase(context, extParams, name, description), m_fbo(0), m_rbo(0), m_vao(0), m_texture(0), m_program(0)
150 m_program = gl.createProgram();
162 gl.attachShader(m_program, shader[i].id);
213 if (m_program)
215 gl.deleteProgram(m_program);
216 m_program = 0;
222 gl.linkProgram(m_program);
228 gl.getProgramiv(m_program, GL_LINK_STATUS, &status);
236 gl.detachShader(m_program, shader[i].id);
246 gl.getProgramiv(m_program, GL_INFO_LOG_LENGTH, &log_size)
    [all...]
esextcTextureCubeMapArrayETC2Support.hpp 58 glw::GLuint m_program; member in class:glcts::TextureCubeMapArrayETC2Support
  /external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp 250 , m_program (program)
254 BuildHighLevelShaderTask (void) : m_program(DE_NULL) {}
269 m_program->binary = ProgramBinarySp(vk::buildProgram(m_source, &buildInfo, *m_commandLine));
270 m_program->buildStatus = Program::STATUS_PASSED;
271 m_program->validatorOptions = m_source.buildOptions.getSpirvValidatorOptions();
279 m_program->buildStatus = Program::STATUS_FAILED;
280 m_program->buildLog = log.str();
286 Program* m_program; member in class:vkt::__anon19328::BuildHighLevelShaderTask
305 , m_program (program)
309 BuildSpirVAsmTask (void) : m_program(DE_NULL) {
340 Program* m_program; member in class:vkt::__anon19328::BuildSpirVAsmTask
366 Program* m_program; member in class:vkt::__anon19328::ValidateBinaryTask
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 145 glu::ShaderProgram* m_program; member in class:deqp::gles31::Stress::__anon20177::BindingRenderCase
152 , m_program (DE_NULL)
184 delete m_program;
185 m_program = DE_NULL;
315 const int positionLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_position");
316 const int colorLoc = gl.glGetAttribLocation(m_program->getProgram(), "a_color");
317 const int colorUniformLoc = gl.glGetUniformLocation(m_program->getProgram(), "u_color");
327 gl.glUseProgram(m_program->getProgram());
482 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(genVertexSource()) << glu::FragmentSource(s_colorFragmentShader));
483 m_testCtx.getLog() << *m_program;
526 glu::ShaderProgram* m_program; member in class:deqp::gles31::Stress::__anon20177::BindVertexBufferCase
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 278 , m_program (DE_NULL)
282 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(
298 if (!m_program->isOk())
300 m_context.getTestContext().getLog() << *m_program;
301 delete m_program;
306 m_posLoc = funcs.getAttribLocation(m_program->getProgram(), "a_position");
307 m_byteVecLoc = funcs.getAttribLocation(m_program->getProgram(), "a_byteVec");
312 delete m_program;
416 deUint32 program = m_program->getProgram();
488 , m_program (DE_NULL
    [all...]
es2fFlushFinishTests.cpp 154 glu::ShaderProgram* m_program; member in class:deqp::gles2::Functional::__anon19626::FlushFinishCase
163 , m_program (DE_NULL)
174 DE_ASSERT(!m_program);
176 m_program = new glu::ShaderProgram(m_context.getRenderContext(),
197 if (!m_program->isOk())
199 m_testCtx.getLog() << *m_program;
200 delete m_program;
201 m_program = DE_NULL;
208 delete m_program;
209 m_program = DE_NULL
    [all...]
  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderWinding.cpp 55 de::SharedPtr<const glu::ShaderProgram> m_program; member in class:glcts::WindingCase
114 m_program = de::SharedPtr<const glu::ShaderProgram>(
121 m_testCtx.getLog() << *m_program;
122 if (!m_program->isOk())
142 m_program.clear();
176 const deUint32 programGL = m_program->getProgram();
  /external/deqp/external/openglcts/modules/common/
glcShaderGroupVoteTests.cpp 56 : m_name(name), m_shader(shader), m_program(NULL), m_compileOnly(true)
62 : m_name(name), m_shader(shader), m_program(NULL), m_desiredColor(desiredColor), m_compileOnly(false)
68 if (m_program)
70 delete m_program;
78 m_program = new glu::ShaderProgram(context.getRenderContext(), sourcesCompute);
80 if (!m_program->isOk())
83 << tcu::TestLog::Message << m_shader << m_program->getShaderInfo(glu::SHADERTYPE_COMPUTE).infoLog
84 << m_program->getProgramInfo().infoLog << tcu::TestLog::EndMessage;
103 gl.useProgram(m_program->getProgram());
151 if (!m_program->isOk()
    [all...]

Completed in 439 milliseconds

1 2 3 4 5