Home
last modified time | relevance | path

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

/external/mesa3d/src/mapi/glapi/gen/
DglX_proto_recv.py122 if (f.glx_sop or f.glx_vendorpriv) and (len(f.get_images()) != 0):
143 if len(f.get_images()) == 0:
489 images = f.get_images()
DglX_proto_send.py352 for image in func.get_images():
763 images = f.get_images()
DglX_proto_size.py549 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
Dgl_XML.py775 def get_images(self): member in gl_function