Searched refs:m_n_varyings (Results 1 - 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayImageTextureSize.cpp384 const glw::GLsizei TextureCubeMapArrayTextureSizeTFBase::m_n_varyings = 2; member in class:glcts::TextureCubeMapArrayTextureSizeTFBase
413 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0);
415 gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, m_n_varyings * m_n_tf_components * sizeof(glw::GLint), &buffer_data[0],
454 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0);
456 gl.bufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_n_varyings * m_n_tf_components * sizeof(glw::GLint),
476 GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_n_varyings * m_n_tf_components * sizeof(glw::GLuint), GL_MAP_READ_BIT);
480 glw::GLuint read_size[m_n_varyings * m_n_tf_components];
481 memcpy(read_size, temp_buff, m_n_varyings * m_n_tf_components * sizeof(glw::GLint));
540 gl.transformFeedbackVaryings(m_po_id, m_n_varyings, varyings, GL_INTERLEAVED_ATTRIBS);
663 gl.transformFeedbackVaryings(m_po_id, m_n_varyings, varying
[all...]
H A DesextcTextureCubeMapArrayImageTextureSize.hpp149 static const glw::GLsizei m_n_varyings; member in class:glcts::TextureCubeMapArrayTextureSizeTFBase
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp1418 static const GLuint m_n_varyings = 1; member in class:VertexAttrib64Bit::LimitTest
1421 sizeof(_varyingType) * m_n_instances * m_n_vertices * m_n_varyings;
2297 gl.transformFeedbackVaryings(program_info.m_program_id, m_n_varyings, &temp_varying_name,
2968 const GLuint instance_offset = instance * m_n_vertices * m_n_varyings;
2973 const GLuint vertex_offset = vertex * m_n_varyings;

Completed in 95 milliseconds