Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DMemoryObjectTest.cpp76 GLint dedicatedMemory = 0; in TEST_P() local
85 GLint dedicatedMemory = GL_TRUE; in TEST_P() local
93 GLint dedicatedMemory = 0; in TEST_P() local
DVulkanExternalImageTest.cpp220 GLint dedicatedMemory = GL_TRUE; in RunShouldImportMemoryTest() local
324 GLint dedicatedMemory = GL_TRUE; in RunShouldClearTest() local
401 GLint dedicatedMemory = GL_TRUE; in RunTextureFormatCompatChromiumTest() local
483 GLint dedicatedMemory = GL_TRUE; in RunShouldClearWithSemaphoresTest() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DMemoryObject.cpp31 angle::Result MemoryObject::setDedicatedMemory(const Context *context, bool dedicatedMemory) in setDedicatedMemory()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DMemoryObjectGL.cpp33 angle::Result MemoryObjectGL::setDedicatedMemory(const gl::Context *context, bool dedicatedMemory) in setDedicatedMemory()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DMemoryObjectVk.cpp98 angle::Result MemoryObjectVk::setDedicatedMemory(const gl::Context *context, bool dedicatedMemory) in setDedicatedMemory()