Home
last modified time | relevance | path

Searched refs:m_n_vector_components (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp42 const glw::GLuint TextureBufferOperations::m_n_vector_components = 4; member in glcts::TextureBufferOperations
98 m_n_vectors_in_buffer_texture * m_n_vector_components * sizeof(glw::GLint), 0, GL_DYNAMIC_DRAW); in initTest()
149 gl.bufferData(GL_ARRAY_BUFFER, m_n_vectors_in_buffer_texture * m_n_vector_components * sizeof(glw::GLint), 0, in initFirstPhase()
347 std::vector<glw::GLint> reference(m_n_vectors_in_buffer_texture * m_n_vector_components); in iterate()
348 fillBufferWithData(&reference[0], m_n_vectors_in_buffer_texture * m_n_vector_components); in iterate()
350 std::vector<glw::GLint> result(m_n_vectors_in_buffer_texture * m_n_vector_components); in iterate()
352 iterateFirstPhase(&result[0], static_cast<glw::GLuint>(m_n_vectors_in_buffer_texture * m_n_vector_components * in iterate()
355 m_n_vector_components * sizeof(glw::GLint)), in iterate()
363 m_n_vector_components * sizeof(glw::GLint)), in iterate()
784 std::vector<glw::GLint> data(m_n_vectors_in_buffer_texture * m_n_vector_components); in initializeBufferObjectData()
[all...]
H A DesextcTextureBufferOperations.hpp273 static const glw::GLuint m_n_vector_components; member in glcts::TextureBufferOperations

Completed in 3 milliseconds