Home
last modified time | relevance | path

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

/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.cpp1854 GLTexture mTextures[2]; in TEST_P() local
1899 GLTexture mTextures[2]; in TEST_P() local
DClearTest.cpp56 std::vector<GLuint> mTextures; member in __anon71fbc3780111::ClearTestBase
DTextureTest.cpp7087 std::vector<GLuint> mTextures; member in __anon2bc8e0420111::TextureLimitsTest
7475 GLuint mTextures[3]; member in __anon2bc8e0420111::Texture2DNorm16TestES3
DStateChangeTest.cpp66 std::vector<GLuint> mTextures = {0, 0}; member in __anon6f8eb5980111::StateChangeTest
/external/angle/src/tests/perf_tests/
DClearPerf.cpp88 std::vector<GLuint> mTextures; member in __anon36dc45bf0111::ClearBenchmark
DFramebufferAttachmentPerfTest.cpp68 std::array<GLTexture, kTextureCount> mTextures; member in angle::FramebufferAttachmentBenchmark
DTextureSampling.cpp82 std::vector<GLuint> mTextures; member in __anon3c0f97b70111::TextureSamplingBenchmark
DVulkanBarriersPerf.cpp87 GLTexture mTextures[4]; member in __anon2fc155a30111::VulkanBarriersPerfBenchmark
DTexturesPerf.cpp130 std::vector<GLuint> mTextures; member in angle::TexturesBenchmark
DDrawCallPerf.cpp139 std::vector<GLuint> mTextures; member in __anona2c06c420111::DrawCallPerfBenchmark
/external/angle/samples/multiple_contexts/
DMultipleContexts.cpp245 std::array<GLuint, kNumTextures> mTextures; member in MultipleContextsSample
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.h399 angle::PackedEnumMap<gl::TextureType, gl::ActiveTextureArray<GLuint>> mTextures; variable