HomeSort by relevance Sort by last modified time
    Searched defs:programInfo (Results 1 - 11 of 11) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.cpp 53 Utils::programInfo::programInfo(deqp::Context& context)
62 Utils::programInfo::~programInfo()
98 void Utils::programInfo::build(const glw::GLchar* fragment_shader_code, const glw::GLchar* vertex_shader_code)
133 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const
182 void Utils::programInfo::link() const
241 void Utils::programInfo::setUniform(Utils::_variable_type type, const glw::GLchar* name, const glw::GLvoid* data)
547 Utils::programInfo program(m_context);
806 Utils::programInfo program(m_context)
    [all...]
gl3cGPUShader5Tests.hpp 67 struct programInfo
69 programInfo(deqp::Context& context);
70 ~programInfo();
gl3cTextureSwizzleTests.hpp 48 struct programInfo
50 programInfo(deqp::Context& context);
51 ~programInfo();
324 void prepareProgram(size_t format_idx, Utils::programInfo& program);
gl4cVertexAttrib64BitTest.cpp     [all...]
gl3cTextureSwizzleTests.cpp     [all...]
gl4cGPUShaderFP64Tests.hpp 48 struct programInfo
50 programInfo(deqp::Context& context);
51 ~programInfo();
493 Utils::programInfo& out_program_info) const;
509 const Utils::programInfo& program_info) const;
702 struct programInfo
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...]
gl4cGPUShaderFP64Tests.cpp 50 const glw::GLenum Utils::programInfo::ARB_COMPUTE_SHADER = 0x91B9;
56 Utils::programInfo::programInfo(deqp::Context& context)
72 Utils::programInfo::~programInfo()
136 void Utils::programInfo::build(const glw::GLchar* compute_shader_code, const glw::GLchar* fragment_shader_code,
215 void Utils::programInfo::compile(glw::GLuint shader_id, const glw::GLchar* shader_code) const
264 void Utils::programInfo::link() const
    [all...]
  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.cpp 60 // makes ProgramInfo that points to no program
61 static ProgramInfo makeDummyProgramInfo(const ProgramSelector& selector) {
62 ProgramInfo info = {};
74 ProgramInfo programInfo;
77 programInfo = virtualProgram;
80 programInfo = makeDummyProgramInfo(sel);
84 mCallback->onCurrentProgramInfoChanged(programInfo);
252 chunk.modified = hidl_vec<ProgramInfo>(list.begin(), list.end());
  /packages/apps/TV/tests/common/src/com/android/tv/testing/data/
ProgramUtils.java 49 Context context, Uri channelUri, ProgramInfo program, Clock clock) {
56 ProgramInfo program,
67 ProgramInfo program,
88 ProgramInfo programAt = program.build(context, index++);
142 ProgramInfo programInfo = ProgramInfo.create();
144 context, TvContract.buildChannelUri(channelId), programInfo, clock, durationMs);
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 764 void verify (glu::Program& program, const glu::ProgramInfo& reference);
800 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference)
803 const glu::ProgramInfo& programInfo = program.getInfo();
805 if (!programInfo.linkOk)
811 if (programInfo.linkTimeUs != reference.linkTimeUs)
817 if (programInfo.infoLog != reference.infoLog)
838 glu::ProgramInfo programInfo = program.getInfo();
842 verify(program, programInfo);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 824 void verify (glu::Program& program, const glu::ProgramInfo& reference);
860 void ProgramStateCase::verify (glu::Program& program, const glu::ProgramInfo& reference)
863 const glu::ProgramInfo& programInfo = program.getInfo();
865 if (!programInfo.linkOk)
871 if (programInfo.linkTimeUs != reference.linkTimeUs)
877 if (programInfo.infoLog != reference.infoLog)
898 glu::ProgramInfo programInfo = program.getInfo();
902 verify(program, programInfo);
    [all...]

Completed in 593 milliseconds