Searched refs:objectTraits (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluObjectWrapper.hpp | 62 const ObjectTraits& objectTraits (ObjectType type); 90 TypedObjectWrapper (const glw::Functions& gl, deUint32 object) : ObjectWrapper(gl, objectTraits(Type), object) {} in TypedObjectWrapper() 91 explicit TypedObjectWrapper (const RenderContext& context) : ObjectWrapper(context.getFunctions(), objectTraits(Type)) {} in TypedObjectWrapper() 92 explicit TypedObjectWrapper (const glw::Functions& gl) : ObjectWrapper(gl, objectTraits(Type)) {} in TypedObjectWrapper() 126 explicit TypedObjectVector (const RenderContext& context, size_t numObjects = 0) : ObjectVector(context.getFunctions(), objectTraits(Type), numObjects) {} in TypedObjectVector() 127 explicit TypedObjectVector (const glw::Functions& gl, size_t numObjects = 0) : ObjectVector(gl, objectTraits(Type), numObjects) {} in TypedObjectVector()
|
H A D | gluObjectWrapper.cpp | 83 const ObjectTraits& objectTraits (ObjectType type) in objectTraits() function
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fCopyImageTests.cpp | 379 return glu::objectTraits(glu::OBJECTTYPE_TEXTURE); in getObjectTraits() 381 return glu::objectTraits(glu::OBJECTTYPE_RENDERBUFFER); in getObjectTraits()
|
Completed in 4 milliseconds