Searched refs:base_mipmap_data_ptr (Results 1 – 1 of 1) sorted by relevance
9211 unsigned char* base_mipmap_data_ptr = getHorizontalGradientData(); in initTextureContents() local9216 m_texture_width, m_texture_height, GL_RGBA, GL_UNSIGNED_BYTE, base_mipmap_data_ptr); in initTextureContents()9218 delete[] base_mipmap_data_ptr; in initTextureContents()9219 base_mipmap_data_ptr = NULL; in initTextureContents()