Home
last modified time | relevance | path

Searched defs:newObject (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRefCountObject.h141 ObjectType *newObject) in set()
229 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set()
248 void assign(ObjectType *newObject, GLintptr offset, GLsizeiptr size) in assign()
255 ANGLE_INLINE void updateOffsetAndSize(ObjectType *newObject, GLintptr offset, GLsizeiptr size) in updateOffsetAndSize()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DRefCountObject.h94 void set(const ContextType *context, ObjectType *newObject) in set()
179 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DObject.hpp85 ObjectType *operator=(ObjectType *newObject) in operator =()
/third_party/node/test/js-native-api/test_object/
Dtest.js14 newObject: { property
31 const newObject = test_object.New(); constant