Searched refs:grContext (Results 1 - 25 of 79) sorted by relevance

1234

/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_GrrdProc.h19 JBig2ArithCtx* grContext);
22 JBig2ArithCtx* grContext);
25 JBig2ArithCtx* grContext);
28 JBig2ArithCtx* grContext);
31 JBig2ArithCtx* grContext);
H A DJBig2_SddProc.h25 std::vector<JBig2ArithCtx>* grContext);
29 std::vector<JBig2ArithCtx>* grContext,
H A DJBig2_SymbolDict.h40 void SetGrContext(const std::vector<JBig2ArithCtx>& grContext) { argument
41 m_grContext = grContext;
H A DJBig2_TrdProc.h44 JBig2ArithCtx* grContext);
47 JBig2ArithCtx* grContext,
H A DJBig2_GrrdProc.cpp16 JBig2ArithCtx* grContext) {
24 return decode_Template0_opt(pArithDecoder, grContext);
26 return decode_Template0_unopt(pArithDecoder, grContext);
30 return decode_Template1_opt(pArithDecoder, grContext);
31 return decode_Template1_unopt(pArithDecoder, grContext);
36 JBig2ArithCtx* grContext) {
42 LTP = LTP ^ pArithDecoder->DECODE(&grContext[0x0010]);
72 int bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
127 bVal = pArithDecoder->DECODE(&grContext[CONTEXT]);
152 JBig2ArithCtx* grContext) {
15 decode(CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
34 decode_Template0_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
150 decode_Template0_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
282 decode_Template1_unopt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
384 decode_Template1_opt( CJBig2_ArithDecoder* pArithDecoder, JBig2ArithCtx* grContext) argument
[all...]
/external/skia/tests/
H A DGrDrawTargetTest.cpp17 SkString result = ctxInfo.grContext()->caps()->dump();
19 SkString shaderResult = ctxInfo.grContext()->caps()->shaderCaps()->dump();
H A DGrContextFactoryTest.cpp79 if (!info1.grContext()) {
84 info1.grContext()->ref();
89 REPORTER_ASSERT(reporter, info2.grContext());
92 REPORTER_ASSERT(reporter, info1.grContext() != info2.grContext());
95 info1.grContext()->unref();
105 if (!info1.grContext()) {
110 info1.grContext()->ref();
114 ContextInfo info2 = testFactory.getSharedContextInfo(info1.grContext());
115 REPORTER_ASSERT(reporter, !info2.grContext());
[all...]
H A DTestTest.cpp34 REPORTER_ASSERT(reporter, ctxInfo.grContext());
43 REPORTER_ASSERT(reporter, ctxInfo.grContext());
52 REPORTER_ASSERT(reporter, ctxInfo.grContext());
H A DSurfaceSemaphoreTest.cpp67 GrContext* childCtx = childInfo.grContext();
102 GrContext* mainCtx = mainInfo.grContext();
163 if (ctxInfo.grContext()) {
164 sk_gpu_test::ContextInfo child1 = factory->getSharedContextInfo(ctxInfo.grContext(), 0);
165 sk_gpu_test::ContextInfo child2 = factory->getSharedContextInfo(ctxInfo.grContext(), 1);
166 if (!child1.grContext() || !child2.grContext()) {
H A DProxyRefTest.cpp93 GrResourceProvider* provider = ctxInfo.grContext()->resourceProvider();
98 sk_sp<GrTextureProxy> proxy((*make)(ctxInfo.grContext()));
115 sk_sp<GrTextureProxy> proxy((*make)(ctxInfo.grContext()));
132 sk_sp<GrTextureProxy> proxy((*make)(ctxInfo.grContext()));
149 sk_sp<GrTextureProxy> proxy((*make)(ctxInfo.grContext()));
169 sk_sp<GrTextureProxy> proxy((*make)(ctxInfo.grContext()));
H A DFloatingPointTextureTest.cpp81 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
89 runFPTest<float>(reporter, ctxInfo.grContext(), FLT_MIN, FLT_MAX, FLT_EPSILON,
98 runFPTest<SkHalf>(reporter, ctxInfo.grContext(), SK_HalfMin, SK_HalfMax, SK_HalfEpsilon,
106 runFPTest<SkHalf>(reporter, ctxInfo.grContext(), SK_HalfMin, SK_HalfMax, SK_HalfEpsilon,
H A DGrContextAbandonTest.cpp23 if (GrContext* context = info.grContext()) {
H A Dskbug5221.cpp29 contextInfo.grContext(), SkBudgeted::kYes,
H A DTransferPixelsTest.cpp159 basic_transfer_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig,
161 basic_transfer_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig,
163 basic_transfer_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig,
165 basic_transfer_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig,
169 basic_transfer_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig,
171 basic_transfer_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig,
173 basic_transfer_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig,
175 basic_transfer_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig,
H A DResourceAllocatorTest.cpp46 GrResourceProvider* resourceProvider = ctxInfo.grContext()->resourceProvider();
H A DTextBlobCacheTest.cpp151 text_blob_cache_inner(reporter, ctxInfo.grContext(), 1024, 256, 30, true, false);
155 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, true, true);
159 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, false);
163 text_blob_cache_inner(reporter, ctxInfo.grContext(), 256, 256, 10, false, true);
H A DVkUploadPixelsTests.cpp144 basic_texture_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig, false);
145 basic_texture_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig, true);
148 basic_texture_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig, false);
149 basic_texture_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig, true);
H A DImageNewShaderTest.cpp140 gpu_to_gpu(reporter, ctxInfo.grContext());
143 gpu_to_raster(reporter, ctxInfo.grContext());
146 raster_to_gpu(reporter, ctxInfo.grContext());
H A DGrTextureMipMapInvalidationTest.cpp30 GrContext* context = ctxInfo.grContext();
H A DRenderTargetContextTest.cpp40 GrContext* ctx = ctxInfo.grContext();
H A DVkClearTests.cpp202 basic_clear_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
203 basic_clear_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);
204 sub_clear_test(reporter, ctxInfo.grContext(), kRGBA_8888_GrPixelConfig);
205 sub_clear_test(reporter, ctxInfo.grContext(), kBGRA_8888_GrPixelConfig);
H A DSurfaceTest.cpp88 SkSurface::MakeRenderTarget(ctxInfo.grContext(), SkBudgeted::kNo, info));
130 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, &requestInfo));
160 auto surface(surface_func(ctxInfo.grContext(), at, nullptr));
218 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
258 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
347 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
369 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
410 auto surface1(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
411 auto surface2(surface_func(ctxInfo.grContext(), kPremul_SkAlphaType, nullptr));
427 auto surface(surface_func(ctxInfo.grContext(), kPremul_SkAlphaTyp
[all...]
H A DDFPathRendererTest.cpp62 GrContext* ctx = ctxInfo.grContext();
/external/skia/tools/gpu/
H A DGrContextFactory.h183 GrContext* grContext() const { return fGrContext; } function in class:sk_gpu_test::ContextInfo
195 GrContext* grContext)
198 , fGrContext(grContext) {
193 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext) argument
/external/skia/samplecode/
H A DSampleAnimatedText.cpp105 GrContext* grContext = canvas->getGrContext(); variable
106 if (grContext) {
108 grContext->getFontAtlasImage_ForTesting(GrMaskFormat::kA8_GrMaskFormat);

Completed in 416 milliseconds

1234