Searched refs:importZirconHandle (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/libANGLE/ |
D | Semaphore.cpp | 33 angle::Result Semaphore::importZirconHandle(Context *context, HandleType handleType, GLuint handle) in importZirconHandle() function in gl::Semaphore 35 return mImplementation->importZirconHandle(context, handleType, handle); in importZirconHandle()
|
D | MemoryObject.cpp | 48 angle::Result MemoryObject::importZirconHandle(Context *context, in importZirconHandle() function in gl::MemoryObject 53 ANGLE_TRY(mImplementation->importZirconHandle(context, size, handleType, handle)); in importZirconHandle()
|
D | Semaphore.h | 41 angle::Result importZirconHandle(Context *context, HandleType handleType, GLuint handle);
|
D | MemoryObject.h | 43 angle::Result importZirconHandle(Context *context,
|
D | Context.cpp | 8474 ANGLE_CONTEXT_TRY(memoryObject->importZirconHandle(this, size, handleType, handle)); in importMemoryZirconHandle() 8578 ANGLE_CONTEXT_TRY(semaphoreObject->importZirconHandle(this, handleType, handle)); in importSemaphoreZirconHandle()
|
/external/angle/src/libANGLE/renderer/ |
D | MemoryObjectImpl.h | 38 virtual angle::Result importZirconHandle(gl::Context *context,
|
D | SemaphoreImpl.h | 35 virtual angle::Result importZirconHandle(gl::Context *context,
|
/external/angle/src/libANGLE/renderer/gl/ |
D | MemoryObjectGL.h | 31 angle::Result importZirconHandle(gl::Context *context,
|
D | SemaphoreGL.h | 26 angle::Result importZirconHandle(gl::Context *context,
|
D | MemoryObjectGL.cpp | 54 angle::Result MemoryObjectGL::importZirconHandle(gl::Context *context, in importZirconHandle() function in rx::MemoryObjectGL
|
D | SemaphoreGL.cpp | 70 angle::Result SemaphoreGL::importZirconHandle(gl::Context *context, in importZirconHandle() function in rx::SemaphoreGL
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | SemaphoreVk.h | 28 angle::Result importZirconHandle(gl::Context *context,
|
D | MemoryObjectVk.h | 33 angle::Result importZirconHandle(gl::Context *context,
|
D | MemoryObjectVk.cpp | 122 angle::Result MemoryObjectVk::importZirconHandle(gl::Context *context, in importZirconHandle() function in rx::MemoryObjectVk
|
D | SemaphoreVk.cpp | 81 angle::Result SemaphoreVk::importZirconHandle(gl::Context *context, in importZirconHandle() function in rx::SemaphoreVk
|