HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentInfo (Results 1 - 24 of 24) sorted by null

  /external/skia/include/views/
SkOSWindow_Unix.h 44 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
74 void initWindow(int newMSAASampleCount, AttachmentInfo* info);
SkOSWindow_iOS.h 26 AttachmentInfo*);
SkOSWindow_Win.h 43 bool attach(SkBackEndTypes attachType, int msaaSampleCount, bool deepColor, AttachmentInfo*);
120 bool attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info);
125 bool attachANGLE(int msaaSampleCount, AttachmentInfo* info);
SkOSWindow_Mac.h 34 AttachmentInfo*);
SkWindow.h 34 struct AttachmentInfo {
35 AttachmentInfo()
84 sk_sp<SkSurface> makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiGranularityTests.cpp 54 struct AttachmentInfo
56 AttachmentInfo (const VkFormat vkFormat,
67 ~AttachmentInfo (void)
82 const std::vector<AttachmentInfo>& attachments,
93 const std::vector<AttachmentInfo> m_attachments;
107 const std::vector<AttachmentInfo>& attachments,
150 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
165 for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
382 const std::vector<AttachmentInfo>& attachments,
388 const std::vector<AttachmentInfo> m_attachments
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
AttachmentInfo.java 41 public class AttachmentInfo {
91 public AttachmentInfo(Context context, Attachment attachment) {
96 public AttachmentInfo(Context context, Cursor c) {
102 public AttachmentInfo(Context context, AttachmentInfo info) {
107 public AttachmentInfo(Context context, long id, long size, String fileName, String mimeType,
242 return ((AttachmentInfo) o).mId == mId;
  /external/skia/example/
HelloWorld.h 67 AttachmentInfo fAttachmentInfo;
  /external/skia/experimental/iOSSampleApp/
SkSampleUIView.h 46 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info;
SkSampleUIView.mm 66 SkOSWindow::AttachmentInfo info;
157 SampleWindow::AttachmentInfo attachmentInfo;
158 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
159 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
160 fGpuSurface = win->makeGpuBackedSurface(attachmentInfo, fCurIntf, fCurContext);
489 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info {
  /external/skia/src/views/ios/
SkOSWindow_iOS.mm 63 AttachmentInfo* info) {
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIView.h 46 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info;
SkUIView.mm 101 - (void)getAttachmentInfo:(SkOSWindow::AttachmentInfo*)info {
  /external/skia/src/views/mac/
SkNSView.h 38 - (bool)attach:(SkOSWindow::SkBackEndTypes)attachType withMSAASampleCount:(int) sampleCount andGetInfo:(SkOSWindow::AttachmentInfo*) info;
SkOSWindow_Mac.mm 67 AttachmentInfo* info) {
SkNSView.mm 391 andGetInfo:(SkOSWindow::AttachmentInfo*) info {
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 72 SkOSWindow::AttachmentInfo attachmentInfo;
74 SkOSWindow::kNativeGL_BackEndType, 0, false, &attachmentInfo);
93 desc.fSampleCnt = attachmentInfo.fSampleCount;
94 desc.fStencilBits = attachmentInfo.fStencilBits;
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 35 import com.android.email.AttachmentInfo;
    [all...]
  /external/skia/src/views/win/
SkOSWindow_win.cpp 331 bool SkOSWindow::attachGL(int msaaSampleCount, bool deepColor, AttachmentInfo* info) {
546 bool SkOSWindow::attachANGLE(int msaaSampleCount, AttachmentInfo* info) {
604 AttachmentInfo* info) {
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 61 void SkOSWindow::initWindow(int requestedMSAASampleCount, AttachmentInfo* info) {
352 AttachmentInfo* info) {
  /external/skia/src/views/
SkWindow.cpp 325 sk_sp<SkSurface> SkWindow::makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
345 (attachmentInfo.fColorBits != 30)
354 attachmentInfo.fSampleCount,
355 attachmentInfo.fStencilBits,
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 30 import com.android.email.AttachmentInfo;
226 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
237 Attachment.CONTENT_URI, AttachmentInfo.PROJECTION,
  /external/skia/samplecode/
SampleApp.cpp 249 AttachmentInfo attachmentInfo;
251 backendOptions.fDeepColor, &attachmentInfo);
259 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
389 AttachmentInfo attachmentInfo;
390 win->attach(fBackend, fMSAASampleCount, fDeepColor, &attachmentInfo);
391 fActualColorBits = SkTMax(attachmentInfo.fColorBits, 24);
392 fGpuSurface = win->makeGpuBackedSurface(attachmentInfo, fCurIntf, fCurContext);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java     [all...]

Completed in 789 milliseconds