/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/mesa3d/src/mapi/glapi/gen/ |
glX_proto_common.py | 60 [dim, w, h, d, junk] = param.get_dimensions()
|
glX_proto_send.py | 62 [dim, junk, junk, junk, junk] = param.get_dimensions() 549 [dim, width, height, depth, extent] = param.get_dimensions() 717 [dim, w, h, d, junk] = output.get_dimensions() 789 [dim, w, h, d, junk] = p.get_dimensions() 858 [dim, junk, junk, junk, junk] = param.get_dimensions() [all...] |
glX_XML.py | 241 [dim, junk, junk, junk, junk] = self.images[0].get_dimensions()
|
glX_proto_size.py | 550 [dim, w, h, d, junk] = f.get_images()[0].get_dimensions()
|
gl_XML.py | 521 def get_dimensions(self): member in class:gl_parameter [all...] |
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
home_bot_config.py | 175 def get_dimensions(bot): function 180 os_utilities.get_dimensions(). If you want something more special, specify it 190 dimensions = os_utilities.get_dimensions()
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
home_bot_config.py | 175 def get_dimensions(bot): function 180 os_utilities.get_dimensions(). If you want something more special, specify it 190 dimensions = os_utilities.get_dimensions()
|
/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()
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adomd.h | 606 virtual HRESULT STDMETHODCALLTYPE get_Dimensions (Dimensions **ppvObject) = 0; 620 HRESULT (STDMETHODCALLTYPE *get_Dimensions) (CubeDef25 *This, Dimensions **ppvObject); [all...] |
/external/autotest/site_utils/chromeos_proxy/ |
swarming_bots.py | 33 Note bot_config.py:get_dimensions() will rely on the the bot number
|