Searched refs:read_type (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/gpu/command_buffer/tests/ |
D | gl_readback_unittests.cc | 256 GLint read_type = 0; in TEST_F() local 257 glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &read_type); in TEST_F() 262 read_type == test_formats[ii].type) { in TEST_F() 276 switch (read_type) { in TEST_F() 281 0, 0, kTextureSize, kTextureSize, read_format, read_type, in TEST_F() 298 0, 0, kTextureSize, kTextureSize, read_format, read_type, in TEST_F()
|
/external/bluetooth/bluedroid/stack/srvc/ |
D | srvc_dis.c | 242 UINT16 read_type = dis_attr_uuid[dis_cb.dis_read_uuid_idx]; in dis_c_cmpl_cback() local 247 read_type: 0x%04x", op, status, read_type); in dis_c_cmpl_cback() 256 switch (read_type) in dis_c_cmpl_cback() 286 p_str = p_clcb->dis_value.data_string[read_type - GATT_UUID_MODEL_NUMBER_STR]; in dis_c_cmpl_cback() 292 p_clcb->dis_value.attr_mask |= DIS_UUID_TO_ATTR_MASK (read_type); in dis_c_cmpl_cback()
|
/external/mesa3d/src/glsl/ |
D | ir_reader.cpp | 43 const glsl_type *read_type(s_expression *); 128 ir_reader::read_type(s_expression *expr) in read_type() function in ir_reader 135 const glsl_type *base_type = read_type(s_base_type); in read_type() 226 const glsl_type *return_type = read_type(type_expr); in read_function_sig() 379 const glsl_type *type = read_type(s_type); in read_declaration() 685 const glsl_type *type = read_type(s_type); in read_expression() 768 const glsl_type *type = read_type(type_expr); in read_constant() 947 const glsl_type *type = read_type(s_type); in read_texture()
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_reader.cpp | 43 const glsl_type *read_type(s_expression *); 128 ir_reader::read_type(s_expression *expr) in read_type() function in ir_reader 135 const glsl_type *base_type = read_type(s_base_type); in read_type() 226 const glsl_type *return_type = read_type(type_expr); in read_function_sig() 379 const glsl_type *type = read_type(s_type); in read_declaration() 685 const glsl_type *type = read_type(s_type); in read_expression() 768 const glsl_type *type = read_type(type_expr); in read_constant() 947 const glsl_type *type = read_type(s_type); in read_texture()
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_storage.c | 1497 int read_size=value_size, read_type=BTIF_CFG_TYPE_BIN; in btif_storage_read_hl_apps_cb() local 1515 value, &read_size, &read_type)) in btif_storage_read_hl_apps_cb() 1521 if ((read_size != value_size) || (read_type != BTIF_CFG_TYPE_BIN) ) in btif_storage_read_hl_apps_cb() 1524 __FUNCTION__, value_size, read_size, read_type); in btif_storage_read_hl_apps_cb()
|