HomeSort by relevance Sort by last modified time
    Searched refs:sContext (Results 26 - 40 of 40) sorted by null

12

  /external/skia/src/image/
SkImage_Gpu.cpp 94 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext(
97 if (!sContext) {
101 if (!sContext->readPixels(pmap.info(), pmap.writable_addr(), pmap.rowBytes(), 0, 0)) {
206 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext(
209 if (!sContext) {
213 if (!sContext->readPixels(rec.fInfo, rec.fPixels, rec.fRowBytes, rec.fX, rec.fY, flags)) {
238 sk_sp<GrSurfaceContext> sContext(fContext->contextPriv().makeDeferredSurfaceContext(
242 if (!sContext) {
246 if (!sContext->copy(fProxy.get(), subset, SkIPoint::Make(0, 0))) {
250 // MDB: this call is okay bc we know 'sContext' was kExac
    [all...]
  /external/skia/src/gpu/
GrResourceProvider.cpp 145 sk_sp<GrSurfaceContext> sContext =
147 if (sContext) {
148 if (sContext->writePixels(srcInfo, mipLevel.fPixels, mipLevel.fRowBytes, 0, 0)) {
149 return sContext->asTextureProxyRef();
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 149 sk_sp<GrSurfaceContext> sContext(context->contextPriv().makeWrappedSurfaceContext(
152 if (!sContext || !sContext->asTextureProxy()) {
156 bool result = sContext->readPixels(ii, bm.getPixels(), bm.rowBytes(), 0, 0);
  /external/skia/tests/
ReadPixelsTest.cpp 412 sk_sp<GrSurfaceContext> sContext) {
431 bool success = sContext->readPixels(bmp.info(), bmp.getPixels(),
470 sk_sp<GrSurfaceContext> sContext = context->contextPriv().makeWrappedSurfaceContext(
473 test_readpixels_texture(reporter, std::move(sContext));
  /frameworks/base/core/java/android/provider/
FontsContract.java 166 private volatile static Context sContext; // set once in setApplicationContextForResources
175 sContext = context.getApplicationContext();
353 FontFamilyResult result = fetchFonts(sContext, null, request);
355 Typeface typeface = buildTypeface(sContext, null, result.getFonts());
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalManager.java 45 private static Context sContext;
497 sContext = context;
773 if (sQueryProfileIntent != null && sContext != null) {
777 sContext.sendStickyBroadcastAsUser(sQueryProfileIntent, UserHandle.ALL);
  /external/skia/src/core/
SkSpecialImage.cpp 412 sk_sp<GrSurfaceContext> sContext = fContext->contextPriv().makeWrappedSurfaceContext(
414 if (!sContext) {
418 if (!sContext->readPixels(info, pmap.writable_addr(), pmap.rowBytes(), 0, 0)) {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 48 CPVRTPFXEffect::CPVRTPFXEffect(SPVRTContext &sContext):
49 m_bLoaded(false), m_psContext(&sContext), m_pParser(NULL), m_nEffect(0), m_uiProgram(0), m_Semantics(PVRTPFXSemanticsGetSemanticList(), ePVRTPFX_NumSemantics)
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1275 milliseconds

12