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

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderLinking.cpp 382 std::string gs_code = getGeometryShaderCode(current_run); local
383 const char* gs_code_raw = gs_code.c_str();
742 std::string gs_code = getGSCode(gs_input_primitive_type); local
743 const char* gs_code_raw = gs_code.c_str();
1672 std::string gs_code = code_sstream.str(); local
1838 std::string gs_code = code_sstream.str(); local
1968 const char* gs_code = "${VERSION}\\n" local
2312 const char* gs_code = local
    [all...]
esextcGeometryShaderPrimitiveQueries.cpp 349 const char* gs_code = getGeometryShaderCode(); local
354 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &m_fs_code, m_gs_id, 1 /* part */, &gs_code, m_vs_id,
esextcGeometryShaderLayeredFramebuffer.cpp 134 const char* gs_code = "${VERSION}\n" local
198 if (!buildProgram(m_po_id, m_fs_id, 1 /* part */, &fs_code, m_gs_id, 1 /* part */, &gs_code, m_vs_id, 1 /* part */,
933 const char* gs_code = "${VERSION}\n" local
1204 const char* gs_code = "${VERSION}\\n" local
    [all...]
esextcGeometryShaderAPI.cpp 80 const char* GeometryShaderCreateShaderProgramvTest::gs_code = "${VERSION}\n" member in class:glcts::GeometryShaderCreateShaderProgramvTest
276 /* parts */ &gs_code);
286 &gs_code);
1034 std::string gs_code = getGSCode(current_run); local
1035 const char* gs_code_raw = gs_code.c_str();
1511 std::string gs_code = code_sstream.str(); local
1854 std::string gs_code = code_sstream.str(); local
2241 std::string gs_code = code_sstream.str(); local
2560 std::string gs_code = code_sstream.str(); local
3716 const char* gs_code = local
4019 const char* gs_code = "${VERSION}\\n" local
4314 const char* gs_code = gs_codes[i].c_str(); local
    [all...]
esextcGeometryShaderAPI.hpp 78 static const char* gs_code; member in class:glcts::GeometryShaderCreateShaderProgramvTest
    [all...]
esextcGeometryShaderRendering.cpp 856 std::string gs_code = getGeometryShaderCode(); local
953 const char* gs_code_ptr = gs_code.c_str();
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcSeparableProgramsTransformFeedbackTests.cpp 119 static const GLchar* gs_code = "${VERSION}\n" member in namespace:glcts
334 { gs_code, gs_tf_varyings, 1 }, // geometry stage
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.hpp 280 const char* gs_code);
    [all...]
esextcDrawElementsBaseVertexTests.cpp 210 * @param gs_code Code to use for the geometry shader. Can be NULL.
217 const char* te_code, const char* gs_code)
235 if (gs_code != DE_NULL)
266 &gs_code, DE_NULL); /* length */
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cStencilTexturingTests.cpp 49 const GLchar* gs_code, const GLchar* tcs_code, const GLchar* tes_code,
70 * @param gs_code Source code for geometry shader stage
78 const GLchar* gs_code, const GLchar* tcs_code, const GLchar* tes_code,
87 const GLchar* shader_sources[N_SHADER_STAGES] = { cs_code, fs_code, gs_code, tcs_code, tes_code, vs_code };
885 program_id = Utils::createAndBuildProgram(m_context, cs_code.c_str(), 0 /* fs_code */, 0 /* gs_code */,
929 shader_code[1].c_str() /* gs_code */, shader_code[2].c_str() /* tcs_code */,
    [all...]

Completed in 163 milliseconds