Home
last modified time | relevance | path

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

/external/skia/tools/sk_app/mac/
DGLWindowContext_mac.mm37 NSOpenGLPixelFormat* fPixelFormat;
87 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
88 if (nil == fPixelFormat) {
93 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
95 [fPixelFormat release];
96 fPixelFormat = nil;
106 [fPixelFormat release];
107 fPixelFormat = nil;
132 [fGLView setPixelFormat:fPixelFormat];
145 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
[all …]
DRasterWindowContext_mac.mm46 NSOpenGLPixelFormat* fPixelFormat;
98 fPixelFormat = [[NSOpenGLPixelFormat alloc] initWithAttributes:attributes];
99 if (nil == fPixelFormat) {
104 fGLContext = [[NSOpenGLContext alloc] initWithFormat:fPixelFormat shareContext:nil];
106 [fPixelFormat release];
107 fPixelFormat = nil;
117 [fPixelFormat release];
118 fPixelFormat = nil;
143 [fRasterView setPixelFormat:fPixelFormat];
156 [fPixelFormat getValues:&stencilBits forAttribute:NSOpenGLPFAStencilSize forVirtualScreen:0];
[all …]
/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/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/
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;