Searched refs:m_n_varyings (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArrayImageTextureSize.cpp | 384 const glw::GLsizei TextureCubeMapArrayTextureSizeTFBase::m_n_varyings = 2; member in glcts::TextureCubeMapArrayTextureSizeTFBase 413 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTestSpecificObjects() 415 …gl.bufferData(GL_TRANSFORM_FEEDBACK_BUFFER, m_n_varyings * m_n_tf_components * sizeof(glw::GLint),… in configureTestSpecificObjects() 454 std::vector<glw::GLint> buffer_data(m_n_varyings * m_n_tf_components, 0); in configureTextures() 456 …gl.bufferSubData(GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_n_varyings * m_n_tf_components * sizeof(glw::G… in configureTextures() 476 …GL_TRANSFORM_FEEDBACK_BUFFER, 0, m_n_varyings * m_n_tf_components * sizeof(glw::GLuint), GL_MAP_RE… in checkResults() 480 glw::GLuint read_size[m_n_varyings * m_n_tf_components]; in checkResults() 481 memcpy(read_size, temp_buff, m_n_varyings * m_n_tf_components * sizeof(glw::GLint)); in checkResults() 540 gl.transformFeedbackVaryings(m_po_id, m_n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in configureProgram() 663 gl.transformFeedbackVaryings(m_po_id, m_n_varyings, varyings, GL_INTERLEAVED_ATTRIBS); in configureProgram() [all …]
|
D | esextcTextureCubeMapArrayImageTextureSize.hpp | 149 static const glw::GLsizei m_n_varyings; member in glcts::TextureCubeMapArrayTextureSizeTFBase
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cVertexAttrib64BitTest.cpp | 1418 static const GLuint m_n_varyings = 1; member in 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, in prepareProgram() 2968 const GLuint instance_offset = instance * m_n_vertices * m_n_varyings; in verifyResult() 2973 const GLuint vertex_offset = vertex * m_n_varyings; in verifyResult()
|