Searched refs:resource (Results 276 - 300 of 1082) sorted by relevance

<<11121314151617181920>>

/external/skqp/gm/
H A Dencode-srgb.cpp41 const char* resource; local
44 resource = "images/grayscale.jpg";
48 resource = "images/color_wheel.jpg";
52 resource = (kOpaque_SkAlphaType == alphaType) ? "images/color_wheel.jpg"
57 sk_sp<SkData> data = GetResourceAsData(resource);
/external/swiftshader/src/D3D8/
H A DDirect3DVolume8.cpp29 resource = new Direct3DResource8(device, D3DRTYPE_VOLUME, memoryUsage(width, height, depth, format));
34 resource->Release();
83 return resource->FreePrivateData(guid);
129 return resource->GetDevice(device);
136 return resource->GetPrivateData(guid, data, size);
/external/tensorflow/tensorflow/core/framework/
H A Dresource_mgr.cc63 "Trying to access resource located in device ", p.device(),
113 const string* resource; member in struct:tensorflow::Line
122 const string& resource = key.second; local
123 Line l{&container, port::Demangle(type), &resource, local
133 line.type.c_str(), line.resource->c_str(), line.detail.c_str()));
140 const string& name, ResourceBase* resource) {
147 if ((*b)->insert({{type.hash_code(), name}, resource}).second) {
152 resource->Unref();
159 ResourceBase** resource) const {
164 " does not exist. (Could not find resource
139 DoCreate(const string& container, TypeIndex type, const string& name, ResourceBase* resource) argument
[all...]
/external/ImageMagick/www/api/
H A Dresource.php15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, monitor, or, limit, resource, consumption, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
21 <meta name="resource-type" content="document"/>
55 <p class="text-center"><a href="resource.php#AcquireMagickResource">AcquireMagickResource</a> &bull; <a href="resource.php#AcquireUniqueFileResource">AcquireUniqueFileResource</a> &bull; <a href="resource.php#GetMagickResource">GetMagickResource</a> &bull; <a href="resource.php#GetMagickResourceLimit">GetMagickResourceLimit</a> &bull; <a href="resource.php#ListMagickResourceInfo">ListMagickResourceInfo</a> &bull; <a href="resource.php#RelinquishMagickResource">RelinquishMagickResource</a> &bull; <a href="resource.php#RelinquishUniqueFileResource">RelinquishUniqueFileResource</a> &bull; <a href="resource
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c118 util_format_description(texture->resource.b.b.format);
124 max_sample = u_max_sample(&texture->resource.b.b);
153 max_layer = util_max_layer(&texture->resource.b.b, level);
165 surf_tmpl.format = texture->resource.b.b.format;
170 zsurf = ctx->create_surface(ctx, &texture->resource.b.b, &surf_tmpl);
172 surf_tmpl.format = flushed_depth_texture->resource.b.b.format;
174 &flushed_depth_texture->resource.b.b, &surf_tmpl);
220 surf_tmpl.format = texture->resource.b.b.format;
230 max_layer = util_max_layer(&texture->resource.b.b, level);
237 zsurf = rctx->b.b.create_surface(&rctx->b.b, &texture->resource
[all...]
/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js610 var resource = resourceDb_[ii];
611 if (resource instanceof WebGLBuffer) {
612 unwrappedContext_.deleteBuffer(resource);
613 } else if (resource instanceof WebGLFramebuffer) {
614 unwrappedContext_.deleteFramebuffer(resource);
615 } else if (resource instanceof WebGLProgram) {
616 unwrappedContext_.deleteProgram(resource);
617 } else if (resource instanceof WebGLRenderbuffer) {
618 unwrappedContext_.deleteRenderbuffer(resource);
619 } else if (resource instanceo
[all...]
/external/drm_gralloc/
H A Dgralloc_drm_pipe.c51 struct pipe_resource *resource; member in struct:pipe_buffer
144 buf->resource = pm->screen->resource_from_handle(pm->screen,
146 if (!buf->resource)
150 buf->resource =
152 if (!buf->resource)
157 buf->resource, &buf->winsys))
168 buf->resource, &tmp))
178 if (buf->resource)
179 pipe_resource_reference(&buf->resource, NULL);
214 pipe_resource_reference(&buf->resource, NUL
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/
H A DGlide.java41 import com.bumptech.glide.load.resource.bitmap.CenterCrop;
42 import com.bumptech.glide.load.resource.bitmap.FileDescriptorBitmapDataLoadProvider;
43 import com.bumptech.glide.load.resource.bitmap.FitCenter;
44 import com.bumptech.glide.load.resource.bitmap.GlideBitmapDrawable;
45 import com.bumptech.glide.load.resource.bitmap.ImageVideoDataLoadProvider;
46 import com.bumptech.glide.load.resource.bitmap.StreamBitmapDataLoadProvider;
47 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
48 import com.bumptech.glide.load.resource.file.StreamFileDataLoadProvider;
49 import com.bumptech.glide.load.resource.gif.GifDrawable;
50 import com.bumptech.glide.load.resource
655 onResourceReady(Object resource, GlideAnimation<? super Object> glideAnimation) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c73 if (info.src.resource->nr_samples > 1 &&
74 info.dst.resource->nr_samples <= 1 &&
75 !util_format_is_depth_or_stencil(info.src.resource->format) &&
76 !util_format_is_pure_integer(info.src.resource->format)) {
87 util_format_short_name(info.src.resource->format),
88 util_format_short_name(info.dst.resource->format));
122 lp_flush_resource(struct pipe_context *ctx, struct pipe_resource *resource) argument
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmemory.cpp24 #include "core/resource.hpp"
84 resource &
85 root_buffer::resource(command_queue &q) { function in class:root_buffer
86 // Create a new resource if there's none for this device yet.
108 resource &
109 sub_buffer::resource(command_queue &q) { function in class:sub_buffer
110 // Create a new resource if there's none for this device yet.
112 auto r = new sub_resource(parent().resource(q), {{ offset() }});
136 resource &
137 image::resource(command_queu function in class:image
[all...]
/external/tensorflow/tensorflow/python/ops/
H A Dio_ops.py210 if self._reader_ref.dtype == dtypes.resource:
213 # For compatibility with pre-resource queues, create a ref(string) tensor
214 # which can be looked up as the same queue by a resource manager.
242 if self._reader_ref.dtype == dtypes.resource:
248 # For compatibility with pre-resource queues, create a ref(string) tensor
249 # which can be looked up as the same queue by a resource manager.
269 if self._reader_ref.dtype == dtypes.resource:
285 if self._reader_ref.dtype == dtypes.resource:
304 if self._reader_ref.dtype == dtypes.resource:
323 if self._reader_ref.dtype == dtypes.resource
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c128 max_layer = util_max_layer(&src->resource.b.b, level);
136 surf_tmpl.format = src->resource.b.b.format;
140 zsurf = sctx->b.b.create_surface(&sctx->b.b, &src->resource.b.b, &surf_tmpl);
142 surf_tmpl.format = dst->resource.b.b.format;
143 cbsurf = sctx->b.b.create_surface(&sctx->b.b, &dst->resource.b.b, &surf_tmpl);
162 first_sample == 0 && last_sample >= u_max_sample(&src->resource.b.b))
185 desc = util_format_description(staging->resource.b.b.format);
219 surf_tmpl.format = texture->resource.b.b.format;
228 max_layer = util_max_layer(&texture->resource.b.b, level);
235 zsurf = sctx->b.b.create_surface(&sctx->b.b, &texture->resource
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_context.c72 struct pipe_resource *resource)
76 if (!resource)
79 tr_res = trace_resource(resource);
81 assert(tr_res->resource);
82 return tr_res->resource;
900 struct pipe_resource *resource = tr_res->resource; local
907 trace_dump_arg(ptr, resource);
910 trace_dump_sampler_view_template(templ, resource->target);
913 result = pipe->create_sampler_view(pipe, resource, temp
71 trace_resource_unwrap(struct trace_context *tr_ctx, struct pipe_resource *resource) argument
972 struct pipe_resource *resource = tr_res->resource; local
1241 trace_context_flush_resource(struct pipe_context *_pipe, struct pipe_resource *resource) argument
1524 struct pipe_resource *resource = transfer->resource; local
1572 struct pipe_resource *resource = tr_res->resource; local
1609 struct pipe_resource *resource = tr_res->resource; local
1645 struct pipe_resource *resource = tr_res->resource; local
[all...]
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
H A DThrowableExtension.java103 public static void closeResource(Throwable throwable, Object resource) throws Throwable { argument
104 if (resource == null) {
109 ((AutoCloseable) resource).close();
111 if (resource instanceof Closeable) {
112 ((Closeable) resource).close();
115 Method method = resource.getClass().getMethod("close");
116 method.invoke(resource);
118 throw new AssertionError(resource.getClass() + " does not have a close() method.", e);
122 throw new AssertionError("Fail to call close() on " + resource.getClass(), e);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp173 virtual void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
228 void validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
229 virtual void validateSingleVariable (const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0;
230 virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const;
244 void SingleVariableValidator::validate (const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
248 if (findProgramVariablePathByPathName(path, program, resource, m_filter))
254 m_testCtx.getLog() << tcu::TestLog::Message << "Error, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;
255 setError("resource not basic type");
258 validateSingleVariable(path, resource, propValu
275 validateBuiltinVariable(const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
303 validate(const ProgramInterfaceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
374 validateSingleVariable(const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
390 validateBuiltinVariable(const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
447 validateSingleVariable(const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
469 validateBuiltinVariable(const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
521 validateSingleVariable(const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
575 validateSingleVariable(const std::vector<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const argument
[all...]
/external/autotest/client/cros/multimedia/
H A Dvideo_facade_native.py29 @raises: VideoFacadeNativeError if there is no ARC resource.
33 raise VideoFacadeNativeError('There is no ARC resource.')
45 def __init__(self, resource, arc_resource=None):
48 @param resource: A FacadeResource object.
52 self._resource = resource
56 resource)
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dsurface9.h43 /* resource description */
103 return This->base.resource;
108 struct pipe_resource *resource, unsigned level );
116 struct pipe_resource *resource );
/external/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py172 def __init__(self, resource, usage, subresource, box):
173 self.resource = resource
195 resource = templat
197 if resource.nr_samples == 0:
198 resource.nr_samples = 1
199 if resource.target == PIPE_BUFFER:
201 resource.data = bytearray(resource.width)
203 del resource
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DConsumerProperties.java41 URL resource = loader.getResource(name);
42 if (resource == null) {
43 throw new IOException("resource not found: " + name);
45 return resource;
/external/python/cpython2/Tools/pybench/
H A Dsystimes.py14 On Unix systems, the standard resource module provides the highest
53 USE_RESOURCE_GETRUSAGE = 'resource.getrusage()'
76 import resource namespace
101 return resource.getrusage(resource.RUSAGE_SELF)[:2]
/external/python/cpython3/Tools/pybench/
H A Dsystimes.py14 On Unix systems, the standard resource module provides the highest
56 USE_RESOURCE_GETRUSAGE = 'resource.getrusage()'
79 import resource namespace
104 return resource.getrusage(resource.RUSAGE_SELF)[:2]
/external/skia/src/gpu/vk/
H A DGrVkBuffer.h31 const GrVkRecycledResource* resource() const { return fResource; } function in class:GrVkBuffer
84 GrVkBuffer(const Desc& desc, const GrVkBuffer::Resource* resource) argument
85 : fDesc(desc), fResource(resource), fOffset(0), fMapPtr(nullptr), fMappedSize(0) {
/external/skqp/src/gpu/vk/
H A DGrVkBuffer.h31 const GrVkRecycledResource* resource() const { return fResource; } function in class:GrVkBuffer
84 GrVkBuffer(const Desc& desc, const GrVkBuffer::Resource* resource) argument
85 : fDesc(desc), fResource(resource), fOffset(0), fMapPtr(nullptr), fMappedSize(0) {
/external/trappy/tests/trappy/plotter/
H A DIPythonConf.py69 """Move a local resource to the desired
84 """Install a resource to a location on the disk
108 any relative resource dependency resolver
112 for resource in resources:
113 resource_name = os.path.basename(resource)
122 install_resource(resource, resource_dest_path)
/external/trappy/trappy/plotter/
H A DIPythonConf.py69 """Move a local resource to the desired
84 """Install a resource to a location on the disk
108 any relative resource dependency resolver
112 for resource in resources:
113 resource_name = os.path.basename(resource)
122 install_resource(resource, resource_dest_path)

Completed in 1189 milliseconds

<<11121314151617181920>>