HomeSort by relevance Sort by last modified time
    Searched refs:get_dimensions (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
glX_proto_common.py 59 [dim, w, h, d, junk] = param.get_dimensions()
glX_proto_send.py 61 [dim, junk, junk, junk, junk] = param.get_dimensions()
548 [dim, width, height, depth, extent] = param.get_dimensions()
716 [dim, w, h, d, junk] = output.get_dimensions()
788 [dim, w, h, d, junk] = p.get_dimensions()
857 [dim, junk, junk, junk, junk] = param.get_dimensions()
    [all...]
glX_XML.py 240 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
glX_proto_size.py 549 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
gl_XML.py 520 def get_dimensions(self): member in class:gl_parameter
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_buffer.c 31 get_dimensions(const struct pipe_shader_buffer *bview, function
70 if (!get_dimensions(bview, spr, &width))
128 if (!get_dimensions(bview, spr, &width))
304 if (!get_dimensions(bview, spr, &width))
sp_image.c 147 get_dimensions(const struct pipe_image_view *iview, function
230 if (!get_dimensions(iview, spr, params->tgsi_tex_instr,
335 if (!get_dimensions(iview, spr, params->tgsi_tex_instr,
678 if (!get_dimensions(iview, spr, params->tgsi_tex_instr,
  /external/autotest/client/site_tests/firmware_TouchMTB/
touch_device.py 185 def get_dimensions(self): member in class:TouchDevice
193 dev_width, dev_height = self.get_dimensions()

Completed in 752 milliseconds