Home
last modified time | relevance | path

Searched refs:buildProgramVA (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/
DesextcTestCaseBase.cpp394 bool TestCaseBase::buildProgramVA(glw::GLuint po_id, bool* out_has_compilation_failed, unsigned int… in buildProgramVA() function in glcts::TestCaseBase
519 …return buildProgramVA(po_id, out_has_compilation_failed, 1, sh1_shader_id, n_sh1_body_parts, sh1_b… in buildProgram()
546 …return buildProgramVA(po_id, out_has_compilation_failed, 2, sh1_shader_id, n_sh1_body_parts, sh1_b… in buildProgram()
581 …return buildProgramVA(po_id, out_has_compilation_failed, 3, sh1_shader_id, n_sh1_body_parts, sh1_b… in buildProgram()
621 …return buildProgramVA(po_id, out_has_compilation_failed, 4, sh1_shader_id, n_sh1_body_parts, sh1_b… in buildProgram()
666 …return buildProgramVA(po_id, out_has_compilation_failed, 5, sh1_shader_id, n_sh1_body_parts, sh1_b… in buildProgram()
DesextcTestCaseBase.hpp238 …bool buildProgramVA(glw::GLuint po_id, bool* out_has_compilation_failed, unsigned int sh_stages, .…