HomeSort by relevance Sort by last modified time
    Searched refs:gsCode (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAdjacency.cpp 280 const char* gsCode = m_test_data.m_gs_code;
307 if (!buildProgram(m_po_id, m_fs_id, 1, /* parts */ &fsCode, (gsCode) ? m_gs_id : 0, (gsCode) ? 1 : 0,
308 (gsCode) ? &gsCode : 0, m_vs_id, 1, /* parts */ &vsCode))
esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp 266 const char* gsCode = getGeometryShaderCode();
277 (gsCode) ? m_gs_id : 0, (gsCode) ? 1 : 0 /* part */, (gsCode) ? &gsCode : 0,
esextcGeometryShaderAdjacencyTests.cpp 135 static const char* gsCode = "${VERSION}\n"
158 test_data.m_gs_code = (withGS) ? gsCode : 0;
183 static const char* gsCode = "${VERSION}\n"
206 test_data.m_gs_code = (withGS) ? gsCode : 0;
231 static const char* gsCode = "${VERSION}\n"
257 test_data.m_gs_code = (withGS) ? gsCode : 0;
283 static const char* gsCode = "${VERSION}\n"
309 test_data.m_gs_code = (withGS) ? gsCode : 0;
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageOperations.cpp 835 const char* gsCode = getGeometryShaderCode();
839 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_gs_id, 1 /* part */, &gsCode, m_vs_id,
    [all...]
esextcTextureCubeMapArrayImageTextureSize.cpp 667 const char* gsCode = getGeometryShaderCode();
677 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fsCode, m_gs_id, 1 /* part */, &gsCode, m_vs_id, 1 /* part */,
    [all...]

Completed in 149 milliseconds