Searched refs:info (Results 76 - 100 of 5035) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/tests/graw/
H A Dfs-write-z.c14 static struct graw_info info; variable in typeref:struct:graw_info
90 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
91 info.ctx->bind_vertex_elements_state(info.ctx, handle);
96 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
102 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
120 handle = graw_parse_vertex_shader(info.ctx, text);
121 info
[all...]
H A Dquad-tex.c10 static struct graw_info info; variable in typeref:struct:graw_info
53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
54 info.ctx->bind_vertex_elements_state(info.ctx, handle);
59 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
65 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info
[all...]
H A Dtex-srgb.c10 static struct graw_info info; variable in typeref:struct:graw_info
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
75 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
81 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info
[all...]
H A Dgraw_util.h30 graw_util_create_window(struct graw_info *info, argument
44 memset(info, 0, sizeof(*info));
52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) {
53 info->screen = graw_create_window_and_screen(0, 0, width, height,
55 &info->window);
58 if (!info->screen || !info->window) {
63 info->ctx = info
150 graw_util_default_state(struct graw_info *info, boolean depth_test) argument
186 graw_util_viewport(struct graw_info *info, float x, float y, float width, float height, float near, float far) argument
212 graw_util_flush_front(const struct graw_info *info) argument
220 graw_util_create_tex2d(const struct graw_info *info, int width, int height, enum pipe_format format, const void *data) argument
285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) argument
311 graw_util_create_simple_sampler_view(const struct graw_info *info, struct pipe_resource *texture) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DStoringInvocationUnit.java27 import proguard.optimize.info.*;
135 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
136 if (info != null)
138 info.generalizeReferencedClass(value);
145 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
146 return info != null ?
147 info.getReferencedClass() :
154 FieldOptimizationInfo info = FieldOptimizationInfo.getFieldOptimizationInfo(field);
155 if (info != null)
157 info
[all...]
/external/qemu/
H A Ddisas.c11 struct disassemble_info info; member in struct:CPUDebug
18 /* Get LENGTH bytes from info's buffer, at target address memaddr.
22 struct disassemble_info *info)
24 if (memaddr < info->buffer_vma
25 || memaddr + length > info->buffer_vma + info->buffer_length)
28 memcpy (myaddr, info->buffer + (memaddr - info->buffer_vma), length);
32 /* Get LENGTH bytes from info's buffer, at target address memaddr.
38 struct disassemble_info *info)
21 buffer_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, struct disassemble_info *info) argument
35 target_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, struct disassemble_info *info) argument
49 perror_memory(int status, bfd_vma memaddr, struct disassemble_info *info) argument
69 generic_print_address(bfd_vma addr, struct disassemble_info *info) argument
76 generic_print_target_address(bfd_vma addr, struct disassemble_info *info) argument
84 generic_print_host_address(bfd_vma addr, struct disassemble_info *info) argument
93 generic_symbol_at_address(bfd_vma addr, struct disassemble_info *info) argument
155 print_insn_thumb1(bfd_vma pc, disassemble_info *info) argument
161 print_insn_objdump(bfd_vma pc, disassemble_info *info, const char *prefix) argument
180 print_insn_od_host(bfd_vma pc, disassemble_info *info) argument
185 print_insn_od_target(bfd_vma pc, disassemble_info *info) argument
414 monitor_read_memory(bfd_vma memaddr, bfd_byte *myaddr, int length, struct disassemble_info *info) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp240 static void getObjectParameter(const v8::FunctionCallbackInfo<v8::Value>& info, ObjectType objectType, ExceptionState& exceptionState) argument
242 if (info.Length() != 2) {
243 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
248 WebGLRenderingContext* context = V8WebGLRenderingContext::toImpl(info.Holder());
254 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(target, toUInt32(info[0], exceptionState), exceptionState);
255 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(pname, toUInt32(info[1], exceptionState), exceptionState);
276 v8SetReturnValue(info, toV8Object(args, info.Holder(), info.GetIsolate()));
284 void V8WebGLRenderingContext::getBufferParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
290 getExtensionMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
304 getFramebufferAttachmentParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
328 getParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
348 getProgramParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
375 getRenderbufferParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
381 getShaderParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
408 getTexParameterMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
414 getUniformMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
444 getVertexAttribMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
469 vertexAttribAndUniformHelperf(const v8::FunctionCallbackInfo<v8::Value>& info, FunctionToCall functionToCall, ExceptionState& exceptionState) argument
558 uniformHelperi(const v8::FunctionCallbackInfo<v8::Value>& info, FunctionToCall functionToCall, ExceptionState& exceptionState) argument
621 uniform1fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
627 uniform1ivMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
633 uniform2fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
639 uniform2ivMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
645 uniform3fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
651 uniform3ivMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
657 uniform4fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
663 uniform4ivMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
669 uniformMatrixHelper(const v8::FunctionCallbackInfo<v8::Value>& info, int matrixSize, ExceptionState& exceptionState) argument
731 uniformMatrix2fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
737 uniformMatrix3fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
743 uniformMatrix4fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
749 vertexAttrib1fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
755 vertexAttrib2fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
761 vertexAttrib3fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
767 vertexAttrib4fvMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
[all...]
H A DV8DocumentCustom.cpp61 void V8Document::evaluateMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
63 RefPtrWillBeRawPtr<Document> document = V8Document::toImpl(info.Holder());
65 ExceptionState exceptionState(ExceptionState::ExecutionContext, "evaluate", "Document", info.Holder(), info.GetIsolate());
66 TOSTRING_VOID(V8StringResource<>, expression, info[0]);
67 RefPtrWillBeRawPtr<Node> contextNode = V8Node::toImplWithTypeCheck(info.GetIsolate(), info[1]);
70 RefPtrWillBeRawPtr<XPathNSResolver> resolver = toXPathNSResolver(info[resolverArgumentIndex], info.GetIsolate());
71 if (!resolver && !isUndefinedOrNull(info[resolverArgumentInde
[all...]
H A DV8FileCustom.cpp39 void V8File::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
41 ExceptionState exceptionState(ExceptionState::ConstructionContext, "File", info.Holder(), info.GetIsolate());
43 if (info.Length() < 2) {
44 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
50 if (!info[0]->IsArray()) {
56 TOSTRING_VOID(V8StringResource<>, fileName, info[1]);
59 if (info.Length() > 2) {
60 if (!info[2]->IsObject()) {
66 if (!properties.parseBlobPropertyBag(info[
[all...]
/external/chromium_org/athena/resource_manager/delegate/
H A Dresource_manager_delegate.cc28 base::SystemMemoryInfoKB info; variable
29 if (!base::GetSystemMemoryInfo(&info)) {
45 int total_memory = info.total + info.swap_total / kSwapWeight;
51 int file_memory = info.active_file + info.inactive_file;
53 file_memory -= info.dirty + kMinFileMemory;
57 info.free + info.swap_free / kSwapWeight + file_memory;
/external/chromium_org/content/public/common/
H A Dpepper_plugin_info.cc28 WebPluginInfo info; local
30 info.type = is_out_of_process ?
36 info.name = name.empty() ?
38 info.path = path;
39 info.version = base::ASCIIToUTF16(version);
40 info.desc = base::ASCIIToUTF16(description);
41 info.mime_types = mime_types;
42 info.pepper_permissions = permissions;
44 return info;
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPostMessage.h22 void postMessageMethodCommon(const char* interfaceName, Type* instance, const v8::FunctionCallbackInfo<v8::Value>& info) argument
24 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", interfaceName, info.Holder(), info.GetIsolate());
27 if (info.Length() > 1) {
29 if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, ports, arrayBuffers, exceptionState, info.GetIsolate())) {
34 RefPtr<SerializedScriptValue> message = SerializedScriptValue::create(info[0], &ports, &arrayBuffers, exceptionState, info.GetIsolate());
38 ExecutionContext* context = currentExecutionContext(info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CryptoCustom.cpp38 void V8Crypto::getRandomValuesMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info) argument
40 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRandomValues", "Crypto", info.Holder(), info.GetIsolate());
41 if (info.Length() < 1) {
42 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
47 v8::Handle<v8::Value> buffer = info[0];
48 if (!V8ArrayBufferView::hasInstance(buffer, info.GetIsolate())) {
54 Crypto* crypto = V8Crypto::toImpl(info.Holder());
61 v8SetReturnValue(info, buffer);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h48 struct r300_shader_semantics* info)
52 info->pos = ATTR_UNUSED;
53 info->psize = ATTR_UNUSED;
54 info->face = ATTR_UNUSED;
55 info->fog = ATTR_UNUSED;
56 info->wpos = ATTR_UNUSED;
59 info->color[i] = ATTR_UNUSED;
60 info->bcolor[i] = ATTR_UNUSED;
64 info->generic[i] = ATTR_UNUSED;
47 r300_shader_semantics_reset( struct r300_shader_semantics* info) argument
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
H A Dquad-tex.c10 static struct graw_info info; variable in typeref:struct:graw_info
53 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
54 info.ctx->bind_vertex_elements_state(info.ctx, handle);
59 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
65 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
81 handle = graw_parse_vertex_shader(info.ctx, text);
82 info
[all...]
H A Dtex-srgb.c10 static struct graw_info info; variable in typeref:struct:graw_info
69 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
70 info.ctx->bind_vertex_elements_state(info.ctx, handle);
75 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
81 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
97 handle = graw_parse_vertex_shader(info.ctx, text);
98 info
[all...]
H A Dgraw_util.h30 graw_util_create_window(struct graw_info *info, argument
44 memset(info, 0, sizeof(*info));
52 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) {
53 info->screen = graw_create_window_and_screen(0, 0, width, height,
55 &info->window);
58 if (!info->screen || !info->window) {
63 info->ctx = info
150 graw_util_default_state(struct graw_info *info, boolean depth_test) argument
186 graw_util_viewport(struct graw_info *info, float x, float y, float width, float height, float near, float far) argument
212 graw_util_flush_front(const struct graw_info *info) argument
220 graw_util_create_tex2d(const struct graw_info *info, int width, int height, enum pipe_format format, const void *data) argument
285 graw_util_create_simple_sampler(const struct graw_info *info, unsigned wrap_mode, unsigned img_filter) argument
311 graw_util_create_simple_sampler_view(const struct graw_info *info, struct pipe_resource *texture) argument
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/support/
H A Dfloat_fft_neon.c40 void SetThresholds(struct TestInfo* info) { argument
43 info->forward_threshold_ = 138.81;
44 info->inverse_threshold_ = 137.81;
46 info->forward_threshold_ = 138.81;
47 info->inverse_threshold_ = 138.81;
51 info->forward_threshold_ = 138.96;
52 info->inverse_threshold_ = 138.96;
54 info->forward_threshold_ = 138.96;
55 info->inverse_threshold_ = 138.96;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h48 struct r300_shader_semantics* info)
52 info->pos = ATTR_UNUSED;
53 info->psize = ATTR_UNUSED;
54 info->face = ATTR_UNUSED;
55 info->fog = ATTR_UNUSED;
56 info->wpos = ATTR_UNUSED;
59 info->color[i] = ATTR_UNUSED;
60 info->bcolor[i] = ATTR_UNUSED;
64 info->generic[i] = ATTR_UNUSED;
47 r300_shader_semantics_reset( struct r300_shader_semantics* info) argument
/external/chromium_org/third_party/skia/src/lazy/
H A DSkCachingPixelRef.cpp14 SkImageInfo info; local
17 || !(generator->getInfo(&info))
18 || !dst->setInfo(info)) {
23 (info, generator, dst->rowBytes())));
28 SkCachingPixelRef::SkCachingPixelRef(const SkImageInfo& info, argument
31 : INHERITED(info)
47 const SkImageInfo& info = this->info(); local
49 SkIRect::MakeWH(info.width(), info
[all...]
/external/chromium_org/third_party/skia/src/utils/mac/
H A DSkStream_mac.cpp13 static void unref_proc(void* info, const void* addr, size_t size) { argument
14 SkASSERT(info);
15 ((SkRefCnt*)info)->unref();
20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { argument
21 SkASSERT(info);
22 return ((SkStream*)info)->read(buffer, bytes);
25 static off_t skip_forward_proc(void* info, off_t bytes) { argument
26 return ((SkStream*)info)->skip((size_t) bytes);
29 static void rewind_proc(void* info) { argument
30 SkASSERT(info);
34 release_info_proc(void* info) argument
[all...]
/external/iptables/extensions/
H A Dlibxt_tcpmss.c39 const struct xt_tcpmss_match_info *info = (void *)match->data; local
41 printf(" tcpmss match %s", info->invert ? "!" : "");
42 if (info->mss_min == info->mss_max)
43 printf("%u", info->mss_min);
45 printf("%u:%u", info->mss_min, info->mss_max);
50 const struct xt_tcpmss_match_info *info = (void *)match->data; local
52 printf("%s --mss ", info->invert ? " !" : "");
53 if (info
[all...]
/external/skia/src/utils/mac/
H A DSkStream_mac.cpp13 static void unref_proc(void* info, const void* addr, size_t size) { argument
14 SkASSERT(info);
15 ((SkRefCnt*)info)->unref();
20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { argument
21 SkASSERT(info);
22 return ((SkStream*)info)->read(buffer, bytes);
25 static off_t skip_forward_proc(void* info, off_t bytes) { argument
26 return ((SkStream*)info)->skip((size_t) bytes);
29 static void rewind_proc(void* info) { argument
30 SkASSERT(info);
34 release_info_proc(void* info) argument
[all...]
/external/tremolo/Tremolo/
H A Dmapping0.c50 void mapping_clear_info(vorbis_info_mapping *info){ argument
51 if(info){
52 if(info->chmuxlist)_ogg_free(info->chmuxlist);
53 if(info->submaplist)_ogg_free(info->submaplist);
54 if(info->coupling)_ogg_free(info->coupling);
55 memset(info,0,sizeof(*info));
70 mapping_info_unpack(vorbis_info_mapping *info,vorbis_info *vi, oggpack_buffer *opb) argument
125 mapping_inverse(vorbis_dsp_state *vd,vorbis_info_mapping *info) argument
[all...]
H A Dres012.c48 void res_clear_info(vorbis_info_residue *info){ argument
49 if(info){
50 if(info->stagemasks)_ogg_free(info->stagemasks);
51 if(info->stagebooks)_ogg_free(info->stagebooks);
52 memset(info,0,sizeof(*info));
58 int res_unpack(vorbis_info_residue *info, argument
62 memset(info,
103 res_inverse(vorbis_dsp_state *vd,vorbis_info_residue *info, ogg_int32_t **in,int *nonzero,int ch) argument
[all...]

Completed in 1330 milliseconds

1234567891011>>