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

  /external/deqp/external/openglcts/modules/glesext/gpu_shader5/
esextcGPUShader5ImagesArrayIndexing.cpp 40 const glw::GLuint GPUShader5ImagesArrayIndexing::m_array_size = 4; member in class:glcts::GPUShader5ImagesArrayIndexing
120 m_to_ids = new glw::GLuint[m_array_size];
121 memset(m_to_ids, 0, m_array_size * sizeof(glw::GLuint));
122 gl.genTextures(m_array_size, m_to_ids);
127 m_data_buffer = new glw::GLuint[dataSize * m_array_size];
129 for (glw::GLuint array_index = 0; array_index < m_array_size; ++array_index)
138 for (glw::GLuint index = 0; index < m_array_size; index++)
176 for (glw::GLuint index = 0; index < m_array_size; index++)
206 for (unsigned int i = 0; i < m_array_size; ++i)
292 gl.deleteTextures(m_array_size, m_to_ids)
    [all...]
esextcGPUShader5ImagesArrayIndexing.hpp 113 static const glw::GLuint m_array_size; member in class:glcts::GPUShader5ImagesArrayIndexing

Completed in 132 milliseconds