Searched defs:fContext (Results 1 - 25 of 36) sorted by relevance

12

/external/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h51 struct hgl_context* fContext[CONTEXT_MAX]; member in class:GalliumContext
/external/skia/experimental/iOSSampleApp/
H A DSkSampleUIView.h20 EAGLContext* fContext; member in struct:__anon17980
/external/skia/src/gpu/
H A DGrContextPriv.h24 GrDrawingManager* drawingManager() { return fContext->fDrawingManager.get(); }
60 bool disableGpuYUVConversion() const { return fContext->fDisableGpuYUVConversion; }
163 GrBackend getBackend() const { return fContext->fBackend; }
166 explicit GrContextPriv(GrContext* context) : fContext(context) {}
174 GrContext* fContext; member in class:GrContextPriv
H A DGrTextureAdjuster.h57 GrContext* fContext; member in class:GrTextureAdjuster
H A DGrTextureMaker.h44 , fContext(context) {}
77 GrContext* context() const { return fContext; }
80 GrContext* fContext; member in class:GrTextureMaker
H A DGrSurfaceContext.h126 GrContext* fContext; member in class:GrSurfaceContext
H A DSkGpuDevice.h60 GrContext* context() const override { return fContext.get(); }
133 sk_sp<GrContext> fContext; member in class:SkGpuDevice
H A DGrDrawingManager.h56 GrContext* getContext() { return fContext; }
66 if (fContext->getResourceCache()->requestsFlush()) {
82 : fContext(context)
108 GrContext* fContext; member in class:GrDrawingManager
H A DGrPathRenderer.h122 GrContext* fContext; member in struct:GrPathRenderer::DrawPathArgs
133 SkASSERT(fContext);
151 canArgs.fCaps = args.fContext->caps();
181 GrContext* fContext; member in struct:GrPathRenderer::StencilPathArgs
190 SkASSERT(fContext);
275 DrawPathArgs drawArgs{args.fContext,
H A DGrProcessorUnitTest.h55 , fContext(context) {
63 GrContext* context() { return fContext; }
69 GrContext* fContext; member in struct:GrProcessorTestData
/external/skia/src/image/
H A DSkImage_Gpu.h36 GrContext* context() const override { return fContext; }
66 GrContext* fContext; member in class:SkImage_Gpu
/external/skia/src/sksl/
H A DSkSLIRGenerator.h79 const Context& fContext; member in class:SkSL::IRGenerator
H A DSkSLCompiler.h122 Context fContext; member in class:SkSL::Compiler
/external/skia/tools/gpu/gl/command_buffer/
H A DGLTestContext_command_buffer.h49 void *fContext; member in class:sk_gpu_test::CommandBufferGLTestContext
/external/skia/bench/
H A DGrResourceCacheBench.cpp118 fContext.reset(GrContext::Create(kMock_GrBackend, (GrBackendContext) nullptr));
119 if (!fContext) {
123 fContext->setResourceCacheLimits(CACHE_SIZE_COUNT, 1 << 30);
125 GrResourceCache* cache = fContext->getResourceCache();
131 GrGpu* gpu = fContext->getGpu();
137 if (!fContext) {
140 GrResourceCache* cache = fContext->getResourceCache();
153 sk_sp<GrContext> fContext; member in class:GrResourceCacheBenchFind
/external/skia/example/
H A DHelloWorld.h65 GrContext* fContext; member in class:HelloWorldWindow
/external/skia/experimental/SkV8Example/
H A DGlobal.h43 return v8::Local<v8::Context>::New(fIsolate, fContext);
72 v8::Persistent<v8::Context> fContext; member in class:Global
/external/skia/tools/gpu/gl/mac/
H A DCreatePlatformGLTestContext_mac.cpp29 CGLContextObj fContext; member in class:__anon18582::MacGLTestContext
34 : fContext(nullptr)
53 CGLCreateContext(pixFormat, shareContext ? shareContext->fContext : nullptr, &fContext);
56 if (nullptr == fContext) {
61 CGLSetCurrentContext(fContext);
88 if (fContext) {
89 CGLReleaseContext(fContext);
90 fContext = nullptr;
98 CGLSetCurrentContext(fContext);
[all...]
/external/skia/tools/gpu/gl/mesa/
H A DGLTestContext_mesa.cpp52 Context fContext; member in class:__anon18583::MesaGLContext
57 : fContext(static_cast<Context>(0))
60 OSMesaContext mesaShareContext = shareContext ? (OSMesaContext)(shareContext->fContext)
66 fContext = (Context)OSMesaCreateContextExt(OSMESA_BGRA, 0, 0, 0, mesaShareContext);
68 fContext = (Context) OSMesaCreateContext(OSMESA_BGRA, mesaShareContext);
70 if (!fContext) {
85 if (!OSMesaMakeCurrent((OSMesaContext) fContext,
122 if (fContext) {
123 OSMesaDestroyContext((OSMesaContext) fContext);
124 fContext
[all...]
/external/skia/tools/viewer/sk_app/
H A DWindowContext.h24 : fContext(nullptr)
49 GrContext* getGrContext() const { return fContext; }
59 GrContext* fContext; member in class:sk_app::WindowContext
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java69 * @see #fContext
87 protected int[] fContext = new int[8]; field in class:NamespaceSupport
114 fContext[fCurrentContext] = fNamespaceSize;
133 if (fCurrentContext + 1 == fContext.length) {
134 int[] contextarray = new int[fContext.length * 2];
135 System.arraycopy(fContext, 0, contextarray, 0, fContext.length);
136 fContext = contextarray;
140 fContext[++fCurrentContext] = fNamespaceSize;
149 fNamespaceSize = fContext[fCurrentContex
[all...]
/external/icu/icu4c/source/i18n/
H A Ddigitlst.h466 decContext fContext; // public access to status flags. member in class:DigitList
/external/icu/icu4c/source/i18n/unicode/
H A Dreldatefmt.h509 UDisplayContext fContext; member in class:RelativeDateTimeFormatter
/external/skia/include/views/
H A DSkOSWindow_Win.h95 EGLContext fContext; member in class:SkOSWindow
/external/skia/src/sksl/ir/
H A DSkSLProgram.h115 , fContext(context)
124 Context* fContext; member in struct:SkSL::Program

Completed in 585 milliseconds

12