Home
last modified time | relevance | path

Searched refs:GlMipmapArray (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/tests/
DGLSnapshotTextures_unittest.cpp42 using GlMipmapArray = std::vector<GlTextureImageState>; typedef
51 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()