Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DImagelessFramebufferPerfTest.cpp66 std::array<GLTexture, kTextureCount> mTextures; member in angle::ImagelessFramebufferAttachmentBenchmark
DClearPerf.cpp88 std::vector<GLuint> mTextures; member in __anonbae11e380111::ClearBenchmark
DFramebufferAttachmentPerfTest.cpp68 std::array<GLTexture, kTextureCount> mTextures; member in angle::FramebufferAttachmentBenchmark
DTextureSampling.cpp82 std::vector<GLuint> mTextures; member in __anon389d26f00111::TextureSamplingBenchmark
DVulkanBarriersPerf.cpp87 GLTexture mTextures[4]; member in __anon4bb7c63c0111::VulkanBarriersPerfBenchmark
DTexturesPerf.cpp130 std::vector<GLuint> mTextures; member in angle::TexturesBenchmark
DDrawCallPerf.cpp143 std::vector<GLuint> mTextures; member in __anon4ef89e1b0111::DrawCallPerfBenchmark
/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp79 GLuint mTextures[2] = {0, 0}; member in angle::CopyCompressedTextureTest
DCopyTextureTest.cpp110 GLuint mTextures[2] = { member in angle::CopyTextureTest
626 GLuint mTextures[2] = { member in angle::CopyTextureVariationsTest
DDrawBuffersTest.cpp226 GLuint mTextures[4] = {}; member in DrawBuffersTest
DFramebufferTest.cpp2320 GLTexture mTextures[2]; in TEST_P() local
2365 GLTexture mTextures[2]; in TEST_P() local
DClearTest.cpp55 std::vector<GLuint> mTextures; member in __anon37ce29b10111::ClearTestBase
DTextureTest.cpp8263 std::vector<GLuint> mTextures; member in __anonafcdb8bb0111::TextureLimitsTest
8664 GLuint mTextures[3]; member in __anonafcdb8bb0111::Texture2DNorm16TestES3
DStateChangeTest.cpp68 std::vector<GLuint> mTextures = {0, 0}; member in __anona2cd22910111::StateChangeTest
/external/angle/samples/multiple_contexts/
DMultipleContexts.cpp250 std::array<GLuint, kNumTextures> mTextures; member in MultipleContextsSample
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h421 angle::PackedEnumMap<gl::TextureType, gl::ActiveTextureArray<GLuint>> mTextures; variable