Home
last modified time | relevance | path

Searched refs:newTexture (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/libANGLE/
DResourceManager_unittest.cpp51 TextureID newTexture = mTextureManager->createTexture(); in TEST_F() local
52 EXPECT_NE(1u, newTexture.value); in TEST_F()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp261 IDirect3DTexture9 *newTexture = nullptr; in createSurface() local
276 d3dFormat, poolToUse, &newTexture, nullptr); in createSurface()
280 newTexture->GetSurfaceLevel(levelToFetch, &newSurface); in createSurface()
281 SafeRelease(newTexture); in createSurface()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_resources.mm755 id<MTLTexture> newTexture =
758 ANGLE_CHECK_GL_ALLOC(context, newTexture);
762 set(newTexture);
/external/deqp-deps/glslang/Test/baseResults/
Dspv.newTexture.frag.out1 spv.newTexture.frag
DnewTexture.frag.out1 newTexture.frag
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.newTexture.frag.out1 spv.newTexture.frag
DnewTexture.frag.out1 newTexture.frag
/external/angle/src/tests/gl_tests/
DVulkanPerformanceCounterTest.cpp214 GLTexture newTexture; in TEST_P() local
215 glBindTexture(GL_TEXTURE_2D, newTexture); in TEST_P()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslParseHelper.cpp3278 TVariable* newTexture = makeInternalVariable(texSymbol->getName(), texType); in handleSamplerTextureCombine() local
3280 trackLinkage(*newTexture); in handleSamplerTextureCombine()
3282 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslParseHelper.cpp3278 TVariable* newTexture = makeInternalVariable(texSymbol->getName(), texType); in handleSamplerTextureCombine() local
3280 trackLinkage(*newTexture); in handleSamplerTextureCombine()
3282 newId = newTexture->getUniqueId(); in handleSamplerTextureCombine()