Home
last modified time | relevance | path

Searched refs:fPixelFormat (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tools/sk_app/mac/
DGLWindowContext_mac.mm49 NSOpenGLPixelFormat* fPixelFormat;
99 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
100 if (nil == fPixelFormat) {
105 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
107 [fPixelFormat release];
108 fPixelFormat = nil;
118 [fPixelFormat release];
119 fPixelFormat = nil;
144 [fGLView setPixelFormat:fPixelFormat];
156 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
[all …]
DRasterWindowContext_mac.mm58 NSOpenGLPixelFormat* fPixelFormat;
110 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
111 if (nil == fPixelFormat) {
116 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
118 [fPixelFormat release];
119 fPixelFormat = nil;
129 [fPixelFormat release];
130 fPixelFormat = nil;
155 [fRasterView setPixelFormat:fPixelFormat];
167 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
[all …]
/external/skia/tools/sk_app/mac/
DGLWindowContext_mac.mm40 NSOpenGLPixelFormat* fPixelFormat;
61 [fPixelFormat release];
62 fPixelFormat = nil;
101 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
102 if (nil == fPixelFormat) {
107 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
109 [fPixelFormat release];
110 fPixelFormat = nil;
130 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
133 [fPixelFormat getValues:&sampleCount forAttribute:NSOpenGLPFASamples forVirtualScreen:0];
DRasterWindowContext_mac.mm47 NSOpenGLPixelFormat* fPixelFormat;
66 [fPixelFormat release];
67 fPixelFormat = nil;
105 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
106 if (nil == fPixelFormat) {
111 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
113 [fPixelFormat release];
114 fPixelFormat = nil;
134 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
137 [fPixelFormat getValues:&sampleCount forAttribute:NSOpenGLPFASamples forVirtualScreen:0];
/external/skqp/src/gpu/mtl/
DGrMtlCopyPipelineState.h29 , fPixelFormat(pixelFormat) {} in GrMtlCopyPipelineState()
32 MTLPixelFormat fPixelFormat; variable
DGrMtlPipelineState.h108 MTLPixelFormat fPixelFormat; variable
DGrMtlPipelineState.mm49 , fPixelFormat(pixelFormat) function
60 (void) fPixelFormat; // Suppress unused-var warning.
DGrMtlCopyManager.mm226 return pipelineState->fPixelFormat == dstPixelFormat;
/external/skia/src/gpu/mtl/
DGrMtlPipelineState.h120 MTLPixelFormat fPixelFormat; variable
DGrMtlPipelineState.mm46 , fPixelFormat(pixelFormat) function
53 (void) fPixelFormat; // Suppress unused-var warning.