Searched refs:GlMipmapArray (Results 1 – 1 of 1) sorted by relevance
42 using GlMipmapArray = std::vector<GlTextureImageState>; typedef51 GlMipmapArray images2D;52 std::vector<GlMipmapArray> imagesCubeMap;61 static const GlMipmapArray kGLES2TestTexture2D = {{GL_RGBA,107 static const std::vector<GlMipmapArray> kGLES2TestTextureCubeMap = {333 GlMipmapArray& levels) { in changedStateCheck()383 auto initImageFunc = [this](GLenum imageTarget, GlMipmapArray& levels) { in stateChange()