Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DClearPerf.cpp78 std::vector<GLuint> mTextures; member in __anon5dff2a580111::ClearBenchmark
DFramebufferAttachmentPerfTest.cpp68 std::array<GLTexture, kTextureCount> mTextures; member in angle::FramebufferAttachmentBenchmark
DTextureSampling.cpp82 std::vector<GLuint> mTextures; member in __anon945bcb100111::TextureSamplingBenchmark
DVulkanBarriersPerf.cpp87 GLTexture mTextures[4]; member in __anon50b5765c0111::VulkanBarriersPerfBenchmark
DTexturesPerf.cpp130 std::vector<GLuint> mTextures; member in angle::TexturesBenchmark
DDrawCallPerf.cpp139 std::vector<GLuint> mTextures; member in __anon8bfcb63b0111::DrawCallPerfBenchmark
/third_party/skia/third_party/externals/angle2/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.cpp1806 GLTexture mTextures[2]; in TEST_P() local
1851 GLTexture mTextures[2]; in TEST_P() local
DClearTest.cpp56 std::vector<GLuint> mTextures; member in __anonadbaadd10111::ClearTestBase
DTextureTest.cpp6923 std::vector<GLuint> mTextures; member in __anon52ebc4db0111::TextureLimitsTest
7311 GLuint mTextures[3]; member in __anon52ebc4db0111::Texture2DNorm16TestES3
DStateChangeTest.cpp66 std::vector<GLuint> mTextures = {0, 0}; member in __anon80543eb10111::StateChangeTest
/third_party/skia/third_party/externals/angle2/samples/multiple_contexts/
DMultipleContexts.cpp245 std::array<GLuint, kNumTextures> mTextures; member in MultipleContextsSample
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.h399 angle::PackedEnumMap<gl::TextureType, gl::ActiveTextureArray<GLuint>> mTextures; variable