Home
last modified time | relevance | path

Searched refs:isMemoryObject (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_ext_autogen.h124 GLboolean isMemoryObject(MemoryObjectID memoryObjectPacked) const; \
DContext.cpp8442 GLboolean Context::isMemoryObject(MemoryObjectID memoryObject) const in isMemoryObject() function in gl::Context
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1891 PointerLValue(SPIRVCodeGenerator& gen, SpvId pointer, bool isMemoryObject, SpvId type, in PointerLValue() argument
1895 , fIsMemoryObject(isMemoryObject) in PointerLValue()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp5505 returnValue = context->isMemoryObject(memoryObjectPacked); in GL_IsMemoryObjectEXT()