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

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderXFB.hpp 114 unsigned int n_varyings, const char* const* varyings, bool should_succeed);
esextcTessellationShaderXFB.cpp 188 const char* const* strings, unsigned int n_varyings,
208 if (n_varyings != 0)
210 gl.transformFeedbackVaryings(po_id, n_varyings, varyings, GL_SEPARATE_ATTRIBS);
302 &fs_body, 0, /* n_varyings */
343 &gs_body, 1, /* n_varyings */
408 &tc_body, 1, /* n_varyings */
416 &tc_body, 0, /* n_varyings */
458 &te_body, 1, /* n_varyings */
494 &vs_body, 1, /* n_varyings */
esextcTessellationShaderTessellation.cpp 579 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); local
581 gl.transformFeedbackVaryings(run.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS);
1192 const unsigned int n_varyings = sizeof(varyings) \/ sizeof(varyings[0]); local
1952 const unsigned int n_varyings = sizeof(varyings) \/ sizeof(varyings[0]); local
    [all...]
esextcTessellationShaderTCTE.cpp 656 unsigned int n_varyings = 0; local
684 n_varyings = sizeof(gs_point_size_varyings) / sizeof(gs_point_size_varyings[0]);
702 n_varyings = sizeof(gs_non_point_size_varyings) / sizeof(gs_non_point_size_varyings[0]);
719 n_varyings = sizeof(non_gs_point_size_varyings) / sizeof(non_gs_point_size_varyings[0]);
739 n_varyings = sizeof(non_gs_non_point_size_varyings) / sizeof(non_gs_non_point_size_varyings[0]);
755 gl.transformFeedbackVaryings(run.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS);
3483 const unsigned int n_varyings = sizeof(varyings) \/ sizeof(varyings[0]); local
4040 const unsigned int n_varyings = sizeof(varyings) \/ sizeof(varyings[0]); local
    [all...]
esextcTessellationShaderTriangles.cpp 379 const unsigned int n_varyings = sizeof(varyings) / sizeof(varyings[0]); local
381 gl.transformFeedbackVaryings(test.po_id, n_varyings, varyings, GL_INTERLEAVED_ATTRIBS);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderConstantVariables.cpp 150 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); local
154 gl.transformFeedbackVaryings(m_program_id, n_varyings, m_feedbackVaryings, GL_INTERLEAVED_ATTRIBS);
173 gl.bufferData(GL_ARRAY_BUFFER, sizeof(glw::GLint) * n_varyings, DE_NULL, GL_STATIC_COPY);
217 const unsigned int n_varyings = sizeof(m_feedbackVaryings) / sizeof(m_feedbackVaryings[0]); local
218 glw::GLint constant_values[n_varyings] = { 0 };
258 GL_TRANSFORM_FEEDBACK_BUFFER, 0, sizeof(glw::GLint) * n_varyings, GL_MAP_READ_BIT);
266 for (unsigned int id = 0; id < n_varyings; ++id)
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.cpp 2850 static const GLuint n_varyings = sizeof(varying_names) \/ sizeof(varying_names[0]); local
3686 static const GLuint n_varyings = 5; local
3919 static const GLuint n_varyings = sizeof(varying_names) \/ sizeof(varying_names[0]); local
4484 static const GLuint n_varyings = sizeof(varying_names) \/ sizeof(varying_names[0]); local
9579 const unsigned int n_varyings = sizeof(varyings) \/ sizeof(varyings[0]); local
    [all...]
gl4cGPUShaderFP64Tests.cpp 3807 glw::GLuint n_varyings = 1; local
9284 unsigned int n_varyings = 0; local
    [all...]
gl4cEnhancedLayoutsTests.cpp 2851 const size_t n_varyings = captured_varyings.size(); local
    [all...]

Completed in 1540 milliseconds