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

  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayStencilAttachments.cpp 48 CubeMapArrayDataStorage::CubeMapArrayDataStorage() : m_data_array(DE_NULL), m_depth(0), m_height(0), m_width(0)
74 m_data_array = new glw::GLubyte[getArraySize()];
76 memset(m_data_array, initial_value, getArraySize() * sizeof(glw::GLubyte));
82 if (m_data_array != DE_NULL)
84 delete[] m_data_array;
86 m_data_array = DE_NULL;
100 return m_data_array;
esextcTextureCubeMapArrayStencilAttachments.hpp 67 glw::GLubyte* m_data_array; member in class:glcts::CubeMapArrayDataStorage

Completed in 76 milliseconds