Home
last modified time | relevance | path

Searched defs:dedicatedMemory (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMemoryObjectTest.cpp85 GLint dedicatedMemory = 0; in TEST_P() local
94 GLint dedicatedMemory = GL_TRUE; in TEST_P() local
102 GLint dedicatedMemory = 0; in TEST_P() local
H A DVulkanExternalImageTest.cpp285 GLint dedicatedMemory = GL_TRUE; in RunShouldImportMemoryTest() local
397 GLint dedicatedMemory = GL_TRUE; in RunShouldClearTest() local
562 GLint dedicatedMemory = GL_TRUE; in RunTextureFormatCompatChromiumTest() local
732 GLint dedicatedMemory = GL_TRUE; in RunShouldClearWithSemaphoresTest() local
975 GLint dedicatedMemory = GL_TRUE; in runShouldDrawTest() local
1127 GLint dedicatedMemory = GL_TRUE; in runWaitSemaphoresRetainsContentTest() local
1328 GLint dedicatedMemory = GL_TRUE; in RunPreInitializedOnGLImportTest() local
1499 GLint dedicatedMemory = GL_TRUE; in RunUninitializedOnGLImportTest() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DMemoryObject.cpp32 angle::Result MemoryObject::setDedicatedMemory(const Context *context, bool dedicatedMemory) in setDedicatedMemory()
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DMemoryObjectGL.cpp33 angle::Result MemoryObjectGL::setDedicatedMemory(const gl::Context *context, bool dedicatedMemory) in setDedicatedMemory()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DMemoryObjectVk.cpp98 angle::Result MemoryObjectVk::setDedicatedMemory(const gl::Context *context, bool dedicatedMemory) in setDedicatedMemory()