HomeSort by relevance Sort by last modified time
    Searched refs:context (Results 476 - 500 of 13136) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.h 20 class Context;
22 bool ValidCap(const Context *context, GLenum cap);
23 bool ValidTextureTarget(const Context *context, GLenum target);
24 bool ValidTexture2DDestinationTarget(const Context *context, GLenum target);
26 bool ValidBufferTarget(const Context *context, GLenum target);
27 bool ValidBufferParameter(const Context *context, GLenum pname)
    [all...]
  /external/deqp/framework/referencerenderer/
rrShadingContext.hpp 23 * \brief Shading context
34 * \brief Fragment shading context
53 void writeFragmentOutput (const FragmentShadingContext& context, int packetNdx, int fragNdx, int outputNdx, const T& value)
57 DE_ASSERT(outputNdx >= 0 && outputNdx < context.numFragmentOutputs);
59 context.outputArray[outputNdx + context.numFragmentOutputs*(fragNdx + packetNdx*4)] = value;
65 tcu::Vector<T, 4> readPointVarying (const FragmentPacket& packet, const FragmentShadingContext& context, int varyingLoc, int fragNdx)
70 return context.varyings[0][varyingLoc].get<T>();
74 tcu::Vector<T, 4> readLineVarying (const FragmentPacket& packet, const FragmentShadingContext& context, int varyingLoc, int fragNdx)
76 return packet.barycentric[0][fragNdx] * context.varyings[0][varyingLoc].get<T>(
    [all...]
  /external/openssl/crypto/store/
str_mem.c 181 void *context = mem_list_start(s, type, attributes, parameters); local
183 if (context)
185 STORE_OBJECT *object = mem_list_next(s, context);
187 if (mem_list_end(s, context))
216 puts that stack into the context to be returned. mem_list_next
224 struct mem_ctx_st *context = local
229 if (!context)
234 memset(context, 0, sizeof(struct mem_ctx_st));
245 if (context->search_attributes == NULL)
247 context->search_attributes
272 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
330 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
344 struct mem_ctx_st *context = (struct mem_ctx_st *)handle; local
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
FileProviderHelper.java 7 import android.content.Context;
23 public Uri getContentUriFromFile(Context context, File file) {
24 return FileProvider.getUriForFile(context,
25 context.getPackageName() + API_AUTHORITY_SUFFIX, file);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/util/
FeatureUtilities.java 9 import android.content.Context;
37 * @param context The {@link Context} to use to check to see if the {@link Intent} will
42 public static boolean isRecognitionIntentPresent(Context context, boolean useCachedValue) {
45 PackageManager pm = context.getPackageManager();
56 * @param context The {@link Context} that we should check accounts under.
59 public static boolean canAllowSync(Context context) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_factory.h 25 static VolumeManager* Get(content::BrowserContext* context);
32 content::BrowserContext* context) const OVERRIDE;
38 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/platform_keys/
platform_keys_service_factory.h 26 content::BrowserContext* context);
38 content::BrowserContext* context) const OVERRIDE;
40 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
extension_storage_monitor_factory.h 19 content::BrowserContext* context);
31 content::BrowserContext* context) const OVERRIDE;
33 content::BrowserContext* context) const OVERRIDE;
install_tracker_factory.h 18 static InstallTracker* GetForBrowserContext(content::BrowserContext* context);
29 content::BrowserContext* context) const OVERRIDE;
31 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/components/feedback/
feedback_uploader_factory.h 26 // Returns the Feedback Uploader associated with |context|.
28 content::BrowserContext* context);
38 content::BrowserContext* context) const OVERRIDE;
40 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/components/pdf/renderer/
pepper_pdf_host.h 48 ppapi::host::HostMessageContext* context) OVERRIDE;
51 int32_t OnHostMsgGetLocalizedString(ppapi::host::HostMessageContext* context,
53 int32_t OnHostMsgDidStartLoading(ppapi::host::HostMessageContext* context);
54 int32_t OnHostMsgDidStopLoading(ppapi::host::HostMessageContext* context);
56 ppapi::host::HostMessageContext* context,
59 ppapi::host::HostMessageContext* context,
62 ppapi::host::HostMessageContext* context);
63 int32_t OnHostMsgPrint(ppapi::host::HostMessageContext* context);
64 int32_t OnHostMsgSaveAs(ppapi::host::HostMessageContext* context);
65 int32_t OnHostMsgGetResourceImage(ppapi::host::HostMessageContext* context,
    [all...]
  /external/chromium_org/content/browser/dom_storage/
session_storage_namespace_impl.cc 13 DOMStorageContextWrapper* context)
14 : session_(new DOMStorageSession(context->context())) {
18 DOMStorageContextWrapper* context, int64 namepace_id_to_clone)
19 : session_(DOMStorageSession::CloneFrom(context->context(),
24 DOMStorageContextWrapper* context, const std::string& persistent_id)
25 : session_(new DOMStorageSession(context->context(), persistent_id)) {
56 DOMStorageContextWrapper* context) {
    [all...]
  /external/chromium_org/extensions/browser/
image_loader_factory.h 25 static ImageLoader* GetForBrowserContext(content::BrowserContext* context);
37 content::BrowserContext* context) const OVERRIDE;
40 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/extensions/shell/browser/
shell_extension_system_factory.h 18 content::BrowserContext* context) OVERRIDE;
30 content::BrowserContext* context) const OVERRIDE;
32 content::BrowserContext* context) const OVERRIDE;
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_linux.cc 18 gfx::GLContext* context) {
22 DCHECK(context);
24 new AsyncPixelTransferManagerShareGroup(context));
  /external/chromium_org/mojo/shell/
dynamic_service_runner.h 20 class Context;
39 virtual scoped_ptr<DynamicServiceRunner> Create(Context* context) = 0;
48 virtual scoped_ptr<DynamicServiceRunner> Create(Context* context) OVERRIDE {
50 new DynamicServiceRunnerImpl(context));
  /external/chromium_org/printing/
printed_document_linux.cc 16 const PrintedPage& page, PrintingContext* context) const {
25 DCHECK(context);
30 static_cast<PrintingContextLinux*>(context)
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
NotificationPermissionClient.cpp 19 NotificationPermissionClient* NotificationPermissionClient::from(ExecutionContext* context)
21 if (!context->isDocument())
24 const Document* document = toDocument(context);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
md5.h 53 // Initializes the given MD5 context structure for subsequent calls to
55 void MD5Init(MD5Context* context);
58 // context with the sum of the data. You can call this any number of times
60 void MD5Update(MD5Context* context, const std::string& data);
63 void MD5Final(MD5Digest* digest, MD5Context* context);
  /external/chromium_org/third_party/libva/va/
va_backend_vpp.h 43 VAContextID context,
51 VAContextID context,
60 VAContextID context,
  /external/chromium_org/third_party/libvpx/source/libvpx/
md5_utils.h 40 void MD5Init(struct MD5Context *context);
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
42 void MD5Final(unsigned char digest[16], struct MD5Context *context);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_picture.c 36 vlVaBeginPicture(VADriverContextP ctx, VAContextID context, VASurfaceID render_target)
45 vlVaRenderPicture(VADriverContextP ctx, VAContextID context, VABufferID *buffers, int num_buffers)
54 vlVaEndPicture(VADriverContextP ctx, VAContextID context)
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 21 // go through context so that all necessary flushing occurs
22 GrContext* context = this->getContext(); local
23 if (NULL == context) {
26 return context->readRenderTargetPixels(this,
37 // go through context so that all necessary flushing occurs
38 GrContext* context = this->getContext(); local
39 if (NULL == context) {
42 context->writeRenderTargetPixels(this,
49 // go through context so that all necessary flushing occurs
50 GrContext* context = this->getContext() local
59 GrContext* context = this->getContext(); local
    [all...]
  /external/libunwind/src/unwind/
Resume_or_Rethrow.c 31 struct _Unwind_Context context; local
42 if (_Unwind_InitContext (&context, &uc) < 0)
45 ret = _Unwind_Phase2 (exception_object, &context, &destroy_map);
unwind-internal.h 52 #define _Unwind_InitContext(context, uc) \
53 ((context)->end_of_stack = 0, \
54 ((unw_getcontext (uc) < 0 || unw_init_local (&(context)->cursor, uc) < 0) \
59 struct _Unwind_Context *context,
84 ret = unw_step (&context->cursor);
90 context->end_of_stack = 1;
101 exception_object, context, stop_parameter);
117 if (context->end_of_stack
118 || unw_get_proc_info (&context->cursor, &pi) < 0)
126 if (unw_get_reg (&context->cursor, UNW_REG_IP, &ip) < 0
    [all...]

Completed in 1226 milliseconds

<<11121314151617181920>>