Home
last modified time | relevance | path

Searched defs:mTextures (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/tests/perf_tests/
DClearPerf.cpp78 std::vector<GLuint> mTextures; member in __anone5767d130111::ClearBenchmark
DFramebufferAttachmentPerfTest.cpp68 std::array<GLTexture, kTextureCount> mTextures; member in angle::FramebufferAttachmentBenchmark
DTextureSampling.cpp82 std::vector<GLuint> mTextures; member in __anonfb52fe0b0111::TextureSamplingBenchmark
DVulkanBarriersPerf.cpp87 GLTexture mTextures[4]; member in __anon84410b770111::VulkanBarriersPerfBenchmark
DTexturesPerf.cpp89 std::vector<GLuint> mTextures; member in angle::TexturesBenchmark
/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp79 GLuint mTextures[2] = {0, 0}; member in angle::CopyCompressedTextureTest
DDrawBuffersTest.cpp226 GLuint mTextures[4] = {}; member in DrawBuffersTest
DCopyTextureTest.cpp110 GLuint mTextures[2] = { member in angle::CopyTextureTest
562 GLuint mTextures[2] = { member in angle::CopyTextureVariationsTest
DFramebufferTest.cpp1220 GLTexture mTextures[2]; in TEST_P() local
1265 GLTexture mTextures[2]; in TEST_P() local
DClearTest.cpp56 std::vector<GLuint> mTextures; member in __anona03815cc0111::ClearTestBase
DTextureTest.cpp6774 std::vector<GLuint> mTextures; member in __anonda6317960111::TextureLimitsTest
7166 GLuint mTextures[3]; member in __anonda6317960111::Texture2DNorm16TestES3
DStateChangeTest.cpp66 std::vector<GLuint> mTextures = {0, 0}; member in __anonc45c76ec0111::StateChangeTest
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h399 angle::PackedEnumMap<gl::TextureType, gl::ActiveTextureArray<GLuint>> mTextures; variable