Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DSwapChainValidationTests.cpp256 wgpu::Texture secondTexture = device.CreateTexture(&textureDesc); in TEST_P() local
264 utils::ComboRenderPassDescriptor renderPassDesc({view, secondTexture.CreateView()}); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DStateChangeTest.cpp6598 GLTexture secondTexture; in TEST_P() local
6600 glBindTexture(GL_TEXTURE_2D, secondTexture); in TEST_P()
6610 reinterpret_cast<EGLClientBuffer>(static_cast<uintptr_t>(secondTexture.get())), attribs); in TEST_P()