/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 48 struct programInfo struct in gl4cts::Utils 50 programInfo(deqp::Context& context); 51 ~programInfo(); 493 Utils::programInfo& out_program_info) const; 509 const Utils::programInfo& program_info) const; 702 struct programInfo struct in gl4cts::GPUShaderFP64Test3 705 programInfo(); 738 const programInfo& getProgramInfo(uniformDataLayout uniform_data_layout) const; 741 void prepareProgram(programInfo& program_info, uniformDataLayout uniform_data_layout) const; 743 bool prepareUniformBuffer(const programInfo& program_info, bool verify_offsets) const; [all …]
|
D | gl3cGPUShader5Tests.cpp | 53 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl3cts::Utils::programInfo 62 Utils::programInfo::~programInfo() in ~programInfo() 98 void Utils::programInfo::build(const glw::GLchar* fragment_shader_code, const glw::GLchar* vertex_s… in build() 133 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() 182 void Utils::programInfo::link() const in link() 241 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw:… in setUniform() 547 Utils::programInfo program(m_context); in executeTestCase() 806 Utils::programInfo program(m_context); in execute() 1067 Utils::programInfo program(m_context); in execute()
|
D | gl3cTextureSwizzleTests.hpp | 48 struct programInfo struct in gl3cts::TextureSwizzle::Utils 50 programInfo(deqp::Context& context); 51 ~programInfo(); 324 void prepareProgram(size_t format_idx, Utils::programInfo& program);
|
D | gl3cGPUShader5Tests.hpp | 67 struct programInfo struct in gl3cts::Utils 69 programInfo(deqp::Context& context); 70 ~programInfo();
|
D | gl4cVertexAttrib64BitTest.cpp | 1299 class programInfo class in VertexAttrib64Bit::LimitTest 1302 programInfo(const glw::Functions& gl); 1303 ~programInfo(); 1374 programInfo& programInfo); 1433 LimitTest::programInfo::programInfo(const glw::Functions& gl_functions) in programInfo() function in VertexAttrib64Bit::LimitTest::programInfo 1442 LimitTest::programInfo::~programInfo() in ~programInfo() 2274 bool use_vertex_attrib_divisor, programInfo& program_info) in prepareProgram() 2727 programInfo _no_array__no_location______regular(gl); in testIteration() 2728 programInfo use_array__no_location______regular(gl); in testIteration() 2729 programInfo _no_array_use_location______regular(gl); in testIteration() [all …]
|
D | gl3cTextureSwizzleTests.cpp | 1966 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl3cts::TextureSwizzle::Utils::programInfo 1975 Utils::programInfo::~programInfo() in ~programInfo() 2009 void Utils::programInfo::build(const glw::GLchar* fragment_shader_code, const glw::GLchar* vertex_s… in build() 2044 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() 2093 void Utils::programInfo::link() const in link() 3103 Utils::programInfo program(m_context); in prepareAndTestProgram() 3999 Utils::programInfo program(m_context); in iterate() 4104 void FunctionalTest::prepareProgram(size_t format_idx, Utils::programInfo& program) in iterate()
|
D | gl4cGPUShaderFP64Tests.cpp | 50 const glw::GLenum Utils::programInfo::ARB_COMPUTE_SHADER = 0x91B9; 56 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl4cts::Utils::programInfo 72 Utils::programInfo::~programInfo() in ~programInfo() 136 void Utils::programInfo::build(const glw::GLchar* compute_shader_code, const glw::GLchar* fragment_… in build() 215 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const in compile() 264 void Utils::programInfo::link() const in link() 3734 Utils::programInfo& out_program_info) const in prepareProgram() 4135 const Utils::programInfo& program_info) const in prepareUniforms() 4281 Utils::programInfo program_info(m_context); in test() 4630 const glw::GLint GPUShaderFP64Test3::programInfo::m_invalid_uniform_offset = -1; [all …]
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 595 static void logShaderProgram (tcu::TestLog& log, const ProgramInfo& programInfo, size_t numShaders,… in logShaderProgram() argument 597 log << tcu::TestLog::ShaderProgram(programInfo.linkOk, programInfo.infoLog); in logShaderProgram() 641 …log << tcu::TestLog::Float("LinkTime", "Link time", "ms", QP_KEY_TAG_TIME, (float)programInfo.link… in logShaderProgram()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 803 const glu::ProgramInfo& programInfo = program.getInfo(); in verify() local 805 if (!programInfo.linkOk) in verify() 811 if (programInfo.linkTimeUs != reference.linkTimeUs) in verify() 817 if (programInfo.infoLog != reference.infoLog) in verify() 838 glu::ProgramInfo programInfo = program.getInfo(); in test() local 842 verify(program, programInfo); in test()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 863 const glu::ProgramInfo& programInfo = program.getInfo(); in verify() local 865 if (!programInfo.linkOk) in verify() 871 if (programInfo.linkTimeUs != reference.linkTimeUs) in verify() 877 if (programInfo.infoLog != reference.infoLog) in verify() 898 glu::ProgramInfo programInfo = program.getInfo(); in test() local 902 verify(program, programInfo); in test()
|