Home
last modified time | relevance | path

Searched defs:programInfo (Results 1 – 10 of 10) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.hpp48 struct programInfo struct in gl3cts::TextureSwizzle::Utils
57 deqp::Context& m_context;
59 glw::GLuint m_fragment_shader_id;
60 glw::GLuint m_program_object_id;
61 glw::GLuint m_vertex_shader_id;
Dgl3cGPUShader5Tests.hpp67 struct programInfo struct in gl3cts::Utils
78 deqp::Context& m_context;
80 glw::GLuint m_fragment_shader_id;
81 glw::GLuint m_program_object_id;
82 glw::GLuint m_vertex_shader_id;
Dgl4cGPUShaderFP64Tests.hpp48 struct programInfo struct in gl4cts::Utils
62 static const glw::GLenum ARB_COMPUTE_SHADER;
64 deqp::Context& m_context;
66 glw::GLuint m_compute_shader_id;
67 glw::GLuint m_fragment_shader_id;
68 glw::GLuint m_geometry_shader_id;
69 glw::GLuint m_program_object_id;
70 glw::GLuint m_tesselation_control_shader_id;
71 glw::GLuint m_tesselation_evaluation_shader_id;
72 glw::GLuint m_vertex_shader_id;
[all …]
Dgl3cGPUShader5Tests.cpp53 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl3cts::Utils::programInfo
Dgl4cVertexAttrib64BitTest.cpp1299 class programInfo class in VertexAttrib64Bit::LimitTest
1433 LimitTest::programInfo::programInfo(const glw::Functions& gl_functions) in programInfo() function in VertexAttrib64Bit::LimitTest::programInfo
Dgl3cTextureSwizzleTests.cpp1966 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl3cts::TextureSwizzle::Utils::programInfo
Dgl4cGPUShaderFP64Tests.cpp56 Utils::programInfo::programInfo(deqp::Context& context) in programInfo() function in gl4cts::Utils::programInfo
4755 GPUShaderFP64Test3::programInfo::programInfo() in programInfo() function in gl4cts::GPUShaderFP64Test3::programInfo
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp803 const glu::ProgramInfo& programInfo = program.getInfo(); in verify() local
838 glu::ProgramInfo programInfo = program.getInfo(); in test() local
/external/deqp/framework/opengl/
DgluShaderProgram.cpp595 static void logShaderProgram (tcu::TestLog& log, const ProgramInfo& programInfo, size_t numShaders,… in logShaderProgram()
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp863 const glu::ProgramInfo& programInfo = program.getInfo(); in verify() local
898 glu::ProgramInfo programInfo = program.getInfo(); in test() local