Home
last modified time | relevance | path

Searched refs:doesProgramBuild (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderOutput.cpp235 …bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code,… in iterate()
279 …bool result = doesProgramBuild(1, &m_fragment_shader_code_white_color, 1, &m_geometry_shader_code,… in iterate()
H A DesextcGeometryShaderLimits.cpp2041doesProgramBuild(1, &m_fragment_shader_code, 3, geometry_shader_valid_parts, 1, &m_vertex_shader_c… in iterate()
2044doesProgramBuild(1, &m_fragment_shader_code, 3, geometry_shader_invalid_parts, 1, &m_vertex_shader… in iterate()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp199 …bool doesProgramBuild(unsigned int n_fs_body_parts, const char *const *fs_body_parts, unsigned int…
H A DesextcTestCaseBase.cpp781 bool TestCaseBase::doesProgramBuild(unsigned int n_fs_body_parts, const char *const *fs_body_parts, in doesProgramBuild() function in glcts::TestCaseBase