Home
last modified time | relevance | path

Searched refs:create_for_size (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/py-cairo/pycairo-1.18.1/docs/
H A Dintegration.rst65 texture = image.Texture.create_for_size(gl.GL_TEXTURE_2D, width, height, gl.GL_RGBA)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Dbase.py361 texture = self.texture_class.create_for_size(GL_TEXTURE_2D,
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/font/
H A Dbase.py349 texture = self.texture_class.create_for_size(GL_TEXTURE_2D,
/dports/graphics/pyl-cairo/pycairo-1.18.1/docs/
H A Dintegration.rst65 texture = image.Texture.create_for_size(gl.GL_TEXTURE_2D, width, height, gl.GL_RGBA)
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/
H A D__init__.py858 texture = Texture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
1311 texture = Texture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
1496 def create_for_size(cls, target, min_width, min_height, member in Texture
1763 texture = cls.create_for_size(GL_TEXTURE_3D, item_width, item_height)
2101 texture = DepthTexture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/
H A D__init__.py855 texture = Texture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
1308 texture = Texture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
1493 def create_for_size(cls, target, min_width, min_height, member in Texture
1760 texture = cls.create_for_size(GL_TEXTURE_3D, item_width, item_height)
2098 texture = DepthTexture.create_for_size(GL_TEXTURE_2D, self.width, self.height)
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/image/codecs/
H A Ds3tc.py78 texture = Texture.create_for_size(
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/image/codecs/
H A Ds3tc.py78 texture = Texture.create_for_size(