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

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderPrimitiveQueries.cpp 348 const char* tf_varyings[] = { "gl_Position" }; local
351 gl.transformFeedbackVaryings(m_po_id, sizeof(tf_varyings) / sizeof(tf_varyings[0]), tf_varyings,
esextcGeometryShaderAPI.cpp 3793 const char* tf_varyings[2] = { "out_gs_1", "out_vs_1" }; local
4060 const char* tf_varyings[] = { "out_gs_1" }; local
4291 const char* tf_varyings[] = { "out_gs_1" }; local
    [all...]
esextcGeometryShaderLinking.cpp 2358 const char* tf_varyings[] = { "out_vs_1", "out_gs_1" }; local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cCullDistanceTests.hpp 53 const glw::GLchar** tf_varyings, glw::GLuint* out_program);
gl4cSparseBufferTests.cpp 179 * @param tf_varyings Transform-feedback varying names to use for the
182 * @param n_tf_varyings See @param tf_varyings definition.
194 const glw::GLchar* const* tf_varyings, unsigned int n_tf_varyings,
278 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, tf_varying_mode);
    [all...]
gl4cSparseBufferTests.hpp 53 const glw::GLchar* const* tf_varyings = DE_NULL, unsigned int n_tf_varyings = 0,
    [all...]
gl3cCullDistanceTests.cpp 64 * @param [in] tf_varyings Transform feedback varyings names
72 const glw::GLuint& n_tf_varyings, const glw::GLchar** tf_varyings,
155 gl.transformFeedbackVaryings(po_id, n_tf_varyings, tf_varyings, GL_INTERLEAVED_ATTRIBS);
    [all...]
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.cpp 317 const glw::GLchar* tf_varyings[] = { "gl_Position" }; local
320 tf_varyings, GL_SEPARATE_ATTRIBS);
    [all...]

Completed in 505 milliseconds