Searched defs:context_ptr (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DErrorTest.cpp26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context); local
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
/external/skia/tests/
H A DErrorTest.cpp26 ErrorContext *context_ptr = static_cast<ErrorContext *>(context); local
27 REPORTER_ASSERT( context_ptr->fReporter, (*(context_ptr->fIntPointer) == 0xdeadbeef) );
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c63 LLVMValueRef context_ptr; member in struct:draw_llvm_sampler_dynamic_state
112 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), "");
223 LLVMValueRef context_ptr)
247 sampler->dynamic_state.context_ptr = context_ptr;
222 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, LLVMValueRef context_ptr) argument
H A Ddraw_llvm.c433 LLVMValueRef context_ptr,
439 LLVMValueRef consts_ptr = draw_jit_context_vs_constants(variant->gallivm, context_ptr);
799 LLVMValueRef context_ptr)
807 LLVMValueRef vp_ptr = draw_jit_context_viewport(gallivm, context_ptr);
860 LLVMValueRef context_ptr,
962 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr);
1067 LLVMValueRef context_ptr; local
1128 context_ptr = LLVMGetParam(variant_func, 0);
1135 lp_build_name(context_ptr, "context");
1181 context_ptr);
427 generate_vs(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], const struct lp_bld_tgsi_system_values *system_values, LLVMValueRef context_ptr, struct lp_build_sampler_soa *draw_sampler, boolean clamp_vertex_color) argument
795 generate_viewport(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr) argument
851 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], boolean clip_xy, boolean clip_z, boolean clip_user, boolean clip_halfz, unsigned ucp_enable, LLVMValueRef context_ptr, boolean *have_clipdist) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c68 LLVMValueRef context_ptr; member in struct:llvmpipe_sampler_dynamic_state
117 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), "");
233 LLVMValueRef context_ptr)
258 sampler->dynamic_state.context_ptr = context_ptr;
232 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, LLVMValueRef context_ptr) argument
H A Dlp_state_fs.c222 LLVMValueRef context_ptr,
286 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
287 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
291 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
357 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
447 LLVMValueRef context_ptr,
514 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
515 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
519 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
596 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
217 generate_fs(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, unsigned i, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef *pmask, LLVMValueRef (*color)[4], LLVMValueRef depth_ptr, LLVMValueRef facing, unsigned partial_mask, LLVMValueRef mask_input, LLVMValueRef counter) argument
442 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
694 generate_blend(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, unsigned rt, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef mask, LLVMValueRef *src, LLVMValueRef dst_ptr, boolean do_branch) argument
778 LLVMValueRef context_ptr; local
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm_sample.c63 LLVMValueRef context_ptr; member in struct:draw_llvm_sampler_dynamic_state
112 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), "");
223 LLVMValueRef context_ptr)
247 sampler->dynamic_state.context_ptr = context_ptr;
222 draw_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, LLVMValueRef context_ptr) argument
H A Ddraw_llvm.c433 LLVMValueRef context_ptr,
439 LLVMValueRef consts_ptr = draw_jit_context_vs_constants(variant->gallivm, context_ptr);
799 LLVMValueRef context_ptr)
807 LLVMValueRef vp_ptr = draw_jit_context_viewport(gallivm, context_ptr);
860 LLVMValueRef context_ptr,
962 LLVMValueRef planes_ptr = draw_jit_context_planes(gallivm, context_ptr);
1067 LLVMValueRef context_ptr; local
1128 context_ptr = LLVMGetParam(variant_func, 0);
1135 lp_build_name(context_ptr, "context");
1181 context_ptr);
427 generate_vs(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], const LLVMValueRef (*inputs)[TGSI_NUM_CHANNELS], const struct lp_bld_tgsi_system_values *system_values, LLVMValueRef context_ptr, struct lp_build_sampler_soa *draw_sampler, boolean clamp_vertex_color) argument
795 generate_viewport(struct draw_llvm_variant *variant, LLVMBuilderRef builder, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], LLVMValueRef context_ptr) argument
851 generate_clipmask(struct draw_llvm *llvm, struct gallivm_state *gallivm, struct lp_type vs_type, LLVMValueRef (*outputs)[TGSI_NUM_CHANNELS], boolean clip_xy, boolean clip_z, boolean clip_user, boolean clip_halfz, unsigned ucp_enable, LLVMValueRef context_ptr, boolean *have_clipdist) argument
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_tex_sample.c68 LLVMValueRef context_ptr; member in struct:llvmpipe_sampler_dynamic_state
117 ptr = LLVMBuildGEP(builder, state->context_ptr, indices, Elements(indices), "");
233 LLVMValueRef context_ptr)
258 sampler->dynamic_state.context_ptr = context_ptr;
232 lp_llvm_sampler_soa_create(const struct lp_sampler_static_state *static_state, LLVMValueRef context_ptr) argument
H A Dlp_state_fs.c222 LLVMValueRef context_ptr,
286 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
287 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
291 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
357 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
447 LLVMValueRef context_ptr,
514 stencil_refs[0] = lp_jit_context_stencil_ref_front_value(gallivm, context_ptr);
515 stencil_refs[1] = lp_jit_context_stencil_ref_back_value(gallivm, context_ptr);
519 consts_ptr = lp_jit_context_constants(gallivm, context_ptr);
596 alpha_ref_value = lp_jit_context_alpha_ref_value(gallivm, context_ptr);
217 generate_fs(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, unsigned i, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef *pmask, LLVMValueRef (*color)[4], LLVMValueRef depth_ptr, LLVMValueRef facing, unsigned partial_mask, LLVMValueRef mask_input, LLVMValueRef counter) argument
442 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
694 generate_blend(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, unsigned rt, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef mask, LLVMValueRef *src, LLVMValueRef dst_ptr, boolean do_branch) argument
778 LLVMValueRef context_ptr; local
[all...]
/external/chromium_org/storage/browser/fileapi/
H A Dasync_file_util_adapter.cc158 FileSystemOperationContext* context_ptr = context.release(); local
160 context_ptr->task_runner(),
163 context_ptr, url, file_flags),
164 Bind(&RunCreateOrOpenCallback, base::Owned(context_ptr), callback));
172 FileSystemOperationContext* context_ptr = context.release(); local
173 const bool success = context_ptr->task_runner()->PostTaskAndReply(
176 sync_file_util_.get(), base::Owned(context_ptr), url),
187 FileSystemOperationContext* context_ptr = context.release(); local
189 context_ptr->task_runner(), FROM_HERE,
192 base::Owned(context_ptr), ur
201 FileSystemOperationContext* context_ptr = context.release(); local
215 FileSystemOperationContext* context_ptr = context.release(); local
230 FileSystemOperationContext* context_ptr = context.release(); local
245 FileSystemOperationContext* context_ptr = context.release(); local
262 FileSystemOperationContext* context_ptr = context.release(); local
278 FileSystemOperationContext* context_ptr = context.release(); local
293 FileSystemOperationContext* context_ptr = context.release(); local
307 FileSystemOperationContext* context_ptr = context.release(); local
321 FileSystemOperationContext* context_ptr = context.release(); local
342 FileSystemOperationContext* context_ptr = context.release(); local
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dnative_media_file_util.cc158 storage::FileSystemOperationContext* context_ptr = context.get(); local
159 const bool success = context_ptr->task_runner()->PostTask(
172 storage::FileSystemOperationContext* context_ptr = context.get(); local
173 const bool success = context_ptr->task_runner()->PostTask(
186 storage::FileSystemOperationContext* context_ptr = context.get(); local
187 const bool success = context_ptr->task_runner()->PostTask(
222 storage::FileSystemOperationContext* context_ptr = context.get(); local
223 const bool success = context_ptr->task_runner()->PostTask(
238 storage::FileSystemOperationContext* context_ptr = context.get(); local
239 const bool success = context_ptr
253 storage::FileSystemOperationContext* context_ptr = context.get(); local
267 storage::FileSystemOperationContext* context_ptr = context.get(); local
282 storage::FileSystemOperationContext* context_ptr = context.get(); local
304 storage::FileSystemOperationContext* context_ptr = context.get(); local
[all...]

Completed in 4248 milliseconds