HomeSort by relevance Sort by last modified time
    Searched refs:addResource (Results 1 - 25 of 31) sorted by null

1 2

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResourceTableTest.java 22 resourceTable.addResource(0x02999999, "type", "name");
29 resourceTable.addResource(0x02999999, "type", "name");
36 resourceTable.addResource(0x02999999, "type", "name");
37 resourceTable.addResource(0x03999999, "type", "name");
42 resourceTable.addResource(0x02888888, "type", "name");
43 resourceTable.addResource(0x02999999, "type", "name");
48 resourceTable.addResource(0x02999999, "type", "name");
49 resourceTable.addResource(0x02999999, "type", "anotherName");
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 152 void addResource() {
156 mService->addResource(kTestPid1, getId(mTestClient1), mTestClient1, resources1);
160 mService->addResource(kTestPid1, getId(mTestClient1), mTestClient1, resources11);
166 mService->addResource(kTestPid2, getId(mTestClient2), mTestClient2, resources2);
170 mService->addResource(kTestPid2, getId(mTestClient3), mTestClient3, resources3);
173 mService->addResource(kTestPid2, getId(mTestClient3), mTestClient3, resources3);
223 addResource();
238 addResource();
260 addResource();
282 addResource();
    [all...]
  /frameworks/av/media/libmedia/include/media/
IResourceManagerService.h 40 virtual void addResource(
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 180 this->addResource(resource);
199 this->addResource(vbuffer->resource());
214 this->addResource(ibuffer->resource());
286 this->addResource(resources[i]);
295 this->addResource(pipeline);
450 this->addResource(renderPass);
538 this->addResource(signalSemaphores[i]);
547 this->addResource(waitSemaphores[i]);
639 this->addResource(srcImage->resource());
640 this->addResource(dstImage->resource())
    [all...]
GrVkRenderTarget.cpp 296 commandBuffer.addResource(this->framebuffer());
297 commandBuffer.addResource(this->colorAttachmentView());
298 commandBuffer.addResource(this->msaaImageResource() ? this->msaaImageResource()
301 commandBuffer.addResource(this->stencilImageResource());
302 commandBuffer.addResource(this->stencilAttachmentView());
GrVkPipelineState.cpp 284 commandBuffer->addResource(sampler);
288 commandBuffer->addResource(samplerBindings[i].fTexture->textureView());
289 commandBuffer->addResource(samplerBindings[i].fTexture->resource());
GrVkCommandBuffer.h 110 void addResource(const GrVkResource* resource) {
  /external/skqp/src/gpu/vk/
GrVkCommandBuffer.cpp 196 addResource(vbuffer->resource());
211 addResource(ibuffer->resource());
283 this->addResource(resources[i]);
292 this->addResource(pipeline);
447 this->addResource(renderPass);
535 this->addResource(signalSemaphores[i]);
544 this->addResource(waitSemaphores[i]);
629 this->addResource(srcImage->resource());
630 this->addResource(dstImage->resource());
652 this->addResource(srcResource)
    [all...]
GrVkRenderTarget.cpp 296 commandBuffer.addResource(this->framebuffer());
297 commandBuffer.addResource(this->colorAttachmentView());
298 commandBuffer.addResource(this->msaaImageResource() ? this->msaaImageResource()
301 commandBuffer.addResource(this->stencilImageResource());
302 commandBuffer.addResource(this->stencilAttachmentView());
GrVkPipelineState.cpp 284 commandBuffer->addResource(sampler);
288 commandBuffer->addResource(samplerBindings[i].fTexture->textureView());
289 commandBuffer->addResource(samplerBindings[i].fTexture->resource());
GrVkCommandBuffer.h 109 void addResource(const GrVkResource* resource) {
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DrawableResourceLoader.java 63 resourceTable.addResource(type, shortName, new FileTypedResource.Image(f, isNinePatch, fakeXmlContext));
RawResourceLoader.java 41 resourceTable.addResource(resourceType, fileBaseName,
StaxArrayLoader.java 48 resourceTable.addResource(attrType, name, new TypedResource<>(items, resType, xmlContext));
StaxPluralsLoader.java 49 resourceTable.addResource(attrType, name, new PluralRules(new ArrayList<>(plurals), resType, xmlContext));
StaxValueLoader.java 37 resourceTable.addResource(attrType, name, new TypedResource<>(s, resType, xmlContext));
StaxAttrLoader.java 58 resourceTable.addResource(attrType, name, new TypedResource<>(attrData, resType, xmlContext));
StaxStyleLoader.java 59 resourceTable.addResource("style", styleData.getName(), new TypedResource<>(styleData, resType, xmlContext));
ResourceTableFactory.java 71 resourceTable.addResource(id, resourceType, resourceName);
100 resourceTable.addResource(attributeResId, "attr", attributeName);
173 resourceTable.addResource(type, xmlContext.getXmlFile().getBaseName(),
PackageResourceTable.java 108 void addResource(int resId, String type, String name) {
126 void addResource(String type, String name, TypedResource value) {
  /frameworks/av/media/libmedia/
IResourceManagerService.cpp 73 virtual void addResource(
140 addResource(pid, clientId, client, resources);
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.h 62 virtual void addResource(
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Scheduler.cpp 48 addResource(*SM.getProcResource(I), I, ProcResID2Mask[I]);
54 void ResourceManager::addResource(const MCProcResourceDesc &Desc,
Scheduler.h 288 void addResource(const llvm::MCProcResourceDesc &Desc, unsigned Index,
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodec.h 294 void addResource(
432 void addResource(MediaResource::Type type, MediaResource::SubType subtype, uint64_t value);

Completed in 1137 milliseconds

1 2