HomeSort by relevance Sort by last modified time
    Searched refs:fContext (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/chromium_org/third_party/skia/src/gpu/
GrTest.h 32 SkAutoTUnref<GrContext> fContext;
GrTextContext.cpp 16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
20 const GrClipData* clipData = fContext->getClip();
26 fContext->getRenderTarget()->width(),
27 fContext->getRenderTarget()->height(),
32 fDrawTarget = fContext->getTextTarget();
SkGpuDevice.cpp 129 GrContext* fContext;
148 fContext = SkRef(surface->getContext());
162 fMainTextContext = fContext->createTextContext(fRenderTarget, this->getLeakyProperties(), useDFFonts);
163 fFallbackTextContext = SkNEW_ARGS(GrBitmapTextContext, (fContext, this->getLeakyProperties()));
212 if (fContext->getRenderTarget() == fRenderTarget) {
213 fContext->setRenderTarget(NULL);
216 if (fContext->getClip() == &fClipData) {
217 fContext->setClip(NULL);
221 fContext->unref();
240 return fContext->readRenderTargetPixels(fRenderTarget, x, y, dstInfo.width(), dstInfo.height()
    [all...]
GrTracing.h 44 GrGpuTraceMarkerGeneratorContext(GrContext* context) : fContext(context) {}
48 fContext->removeGpuTraceMarker(fTraceMarker.get());
56 fContext->addGpuTraceMarker(traceMarker);
60 GrContext* fContext;
  /external/chromium_org/third_party/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 17 : fContext(NULL)
  /external/skia/src/gpu/
GrTest.h 32 SkAutoTUnref<GrContext> fContext;
GrTextContext.cpp 16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
20 const GrClipData* clipData = fContext->getClip();
26 fContext->getRenderTarget()->width(),
27 fContext->getRenderTarget()->height(),
32 fDrawTarget = fContext->getTextTarget();
GrTracing.h 44 GrGpuTraceMarkerGeneratorContext(GrContext* context) : fContext(context) {}
48 fContext->removeGpuTraceMarker(fTraceMarker.get());
56 fContext->addGpuTraceMarker(traceMarker);
60 GrContext* fContext;
  /external/skia/src/gpu/gl/nacl/
SkNativeGLContext_nacl.cpp 17 : fContext(NULL)
  /external/chromium_org/third_party/icu/source/i18n/
digitlst.cpp 72 uprv_decContextDefault(&fContext, DEC_INIT_BASE);
73 fContext.traps = 0;
74 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN);
75 fContext.digits = fStorage.getCapacity();
107 uprv_memcpy(&fContext, &other.fContext, sizeof(decContext));
112 // Always reset the fContext.digits, even if fDecNumber was not reallocated,
113 // because above we copied fContext from other.fContext.
114 fContext.digits = fStorage.getCapacity()
    [all...]
  /external/icu/icu4c/source/i18n/
digitlst.cpp 68 uprv_decContextDefault(&fContext, DEC_INIT_BASE);
69 fContext.traps = 0;
70 uprv_decContextSetRounding(&fContext, DEC_ROUND_HALF_EVEN);
71 fContext.digits = fStorage.getCapacity();
103 uprv_memcpy(&fContext, &other.fContext, sizeof(decContext));
108 // Always reset the fContext.digits, even if fDecNumber was not reallocated,
109 // because above we copied fContext from other.fContext.
110 fContext.digits = fStorage.getCapacity()
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkANGLEGLContext.h 44 EGLContext fContext;
SkMesaGLContext.h 45 Context fContext;
SkNativeGLContext.h 90 CGLContextObj fContext;
92 EGLContext fContext;
96 GLXContext fContext;
  /external/skia/include/gpu/gl/
SkANGLEGLContext.h 43 EGLContext fContext;
SkMesaGLContext.h 45 Context fContext;
SkNativeGLContext.h 66 CGLContextObj fContext;
68 EGLContext fContext;
72 GLXContext fContext;
  /external/chromium_org/third_party/skia/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/skia/src/xml/
SkJS.cpp 166 if ((fContext = JS_NewContext(fRuntime, 0x1000)) == NULL) {
171 if ((fGlobal = JS_NewObject(fContext, &global_class, NULL, NULL)) == NULL) {
175 if (JS_InitStandardClasses(fContext, fGlobal) == NULL) {
182 InitializeDisplayables(getBitmap(), fContext, fGlobal, NULL);
187 JS_DestroyContext(fContext);
193 return JS_EvaluateScript(fContext, fGlobal, script, strlen(script),
198 JSString* str = JS_ValueToString(fContext, value);
  /external/chromium_org/third_party/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkCLImageDiffer.cpp 21 fContext = context;
25 fCommandQueue = clCreateCommandQueue(fContext, fDevice, 0, &queueErr);
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
110 *image = clCreateImage2D(fContext, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR,
SkCLImageDiffer.h 41 * Called by init after fDevice, fContext, and fCommandQueue are successfully initialized
86 cl_context fContext;
  /external/skia/include/xml/
SkJS.h 37 JSContext *fContext;
  /external/skia/tools/skpdiff/
SkCLImageDiffer.cpp 21 fContext = context;
25 fCommandQueue = clCreateCommandQueue(fContext, fDevice, 0, &queueErr);
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
110 *image = clCreateImage2D(fContext, CL_MEM_READ_ONLY | CL_MEM_COPY_HOST_PTR,
SkCLImageDiffer.h 41 * Called by init after fDevice, fContext, and fCommandQueue are successfully initialized
86 cl_context fContext;

Completed in 321 milliseconds

12 3 4 5