Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 17 of 17) sorted by relevance

/frameworks/support/buildSrc/src/main/groovy/android/support/gmaven/
DGMavenVersionChecker.groovy31 // wait 2 seconds before retrying if fetch fails
86 * @param group The group name to fetch
102 logger.warning "failed to fetch the maven info, retrying in 2 seconds. " +
113 * @param group The group name to fetch
/frameworks/base/samples/training/network-usage/
DREADME.txt10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
/frameworks/native/opengl/libagl/
Darray.cpp960 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElement__generic()
977 c->arrays.vertex.fetch(c, v->obj.v, vp); in compileElements__generic()
1154 am.vertex.fetch = fetchNop; in validate_arrays()
1155 am.normal.fetch = currentNormal; in validate_arrays()
1156 am.color.fetch = currentColor; in validate_arrays()
1161 am.vertex.fetch = vertex_fct[am.vertex.size-2][am.vertex.type & 0xF]; in validate_arrays()
1168 am.normal.fetch = normal_fct[am.normal.size-3][am.normal.type & 0xF]; in validate_arrays()
1176 am.color.fetch = color_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays()
1180 am.color.fetch = color_clamp_fct[am.color.size-3][am.color.type & 0xF]; in validate_arrays()
1187 am.texture[i].fetch = currentTexCoord; in validate_arrays()
[all …]
Dprimitives.cpp80 c->arrays.color.fetch(c, v0->color.v, cp); in lightTriangleDarkSmooth()
86 c->arrays.color.fetch(c, v1->color.v, cp); in lightTriangleDarkSmooth()
92 c->arrays.color.fetch(c, v2->color.v, cp); in lightTriangleDarkSmooth()
103 c->arrays.color.fetch(c, v2->color.v, cp); in lightTriangleDarkFlat()
139 c->arrays.color.fetch(c, v->color.v, cp); in lightVertexDarkSmoothFog()
412 texcoordArray[i].fetch(c, coords.v, tp); in fetch_texcoord_impl()
471 c->arrays.color.fetch(c, v->color.v, cp); in primitive_point()
Dcontext.h184 fetcher_t fetch; member
Dlight.cpp312 c->arrays.color.fetch(c, v->color.v, cp); in lightVertexMaterial()
356 c->arrays.normal.fetch(c, n.v, in lightVertex()
/frameworks/native/cmds/lshal/
DListCommand.h44 Status fetch();
DListCommand.cpp638 Status ListCommand::fetch() { in fetch() function in android::lshal::ListCommand
787 status = fetch(); in main()
/frameworks/opt/setupwizard/library/
Dstandalone-rules.gradle17 // For standalone project clients, since the source may not be available, we fetch the
Drules.gradle40 // fetch the dependencies from maven. For example in standalone.gradle define
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
DAlbumArtCache.java81 public void fetch(final String artUrl, final FetchListener listener) { in fetch() method in AlbumArtCache
DMediaNotificationManager.java337 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
DMediaBrowserServiceSupport.java607 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()
/frameworks/support/
DREADME.md22 You will use this command to sync your checkout in the future - it’s similar to `git fetch`
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S83 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=r12 /*{{{*/ macro
1153 fetch
1616 fetch max_r=\max_r, labelc=\labelc, labelnc=\labelnc, reg=r8
DrsCpuIntrinsics_advsimd_Blur.S82 .macro fetch, max_r=MAX_R, labelc=1, labelnc=2, reg=x12 /*{{{*/ macro
1157 fetch
1619 fetch max_r=\max_r, labelc=\labelc, labelnc=\labelnc, reg=x8
/frameworks/native/vulkan/api/
Dvulkan.api1636 … = 0x00000040, /// Can be used as source of fixed function index fetch (index buffer)
1637 … = 0x00000080, /// Can be used as source of fixed function vertex fetch (VBO)
1849 …_STAGE_DRAW_INDIRECT_BIT = 0x00000002, /// Draw/DispatchIndirect command fetch
1850 VK_PIPELINE_STAGE_VERTEX_INPUT_BIT = 0x00000004, /// Vertex/index fetch
4971 // TODO: Figure out how to express fetch-count-or-properties