OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkGrPixelRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h
40
class SK_API
SkGrPixelRef
: public SkROLockPixelsPixelRef {
47
SkGrPixelRef
(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
48
virtual ~
SkGrPixelRef
();
/external/skia/include/gpu/
SkGrPixelRef.h
40
class SK_API
SkGrPixelRef
: public SkROLockPixelsPixelRef {
47
SkGrPixelRef
(const SkImageInfo&, GrSurface*, bool transferCacheLock = false);
48
virtual ~
SkGrPixelRef
();
/external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp
11
#include "
SkGrPixelRef
.h"
50
static
SkGrPixelRef
* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
103
SkGrPixelRef
* pixelRef = SkNEW_ARGS(
SkGrPixelRef
, (info, dst));
110
SkGrPixelRef
::
SkGrPixelRef
(const SkImageInfo& info, GrSurface* surface,
128
SkGrPixelRef
::~
SkGrPixelRef
() {
139
GrTexture*
SkGrPixelRef
::getTexture() {
146
SkPixelRef*
SkGrPixelRef
::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset)
[
all
...]
/external/skia/src/gpu/
SkGrPixelRef.cpp
11
#include "
SkGrPixelRef
.h"
50
static
SkGrPixelRef
* copyToTexturePixelRef(GrTexture* texture, SkBitmap::Config dstConfig,
103
SkGrPixelRef
* pixelRef = SkNEW_ARGS(
SkGrPixelRef
, (info, dst));
110
SkGrPixelRef
::
SkGrPixelRef
(const SkImageInfo& info, GrSurface* surface,
128
SkGrPixelRef
::~
SkGrPixelRef
() {
139
GrTexture*
SkGrPixelRef
::getTexture() {
146
SkPixelRef*
SkGrPixelRef
::deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset)
[
all
...]
Completed in 1066 milliseconds