OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkImage_Gpu
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/image/
SkImage_Gpu.h
19
class
SkImage_Gpu
: public SkImage_Base {
25
SkImage_Gpu
(int w, int h, uint32_t uniqueID, SkAlphaType, GrTexture*, SkBudgeted);
26
~
SkImage_Gpu
() override;
SkImage_Gpu.cpp
19
#include "
SkImage_Gpu
.h"
22
SkImage_Gpu
::
SkImage_Gpu
(int w, int h, uint32_t uniqueID, SkAlphaType at, GrTexture* tex,
34
SkImage_Gpu
::~
SkImage_Gpu
() {
42
((
SkImage_Gpu
*)image)->applyBudgetDecision();
50
bool
SkImage_Gpu
::getROPixels(SkBitmap* dst, CachingHint chint) const {
74
bool
SkImage_Gpu
::asBitmapForImageFilters(SkBitmap* bitmap) const {
81
GrTexture*
SkImage_Gpu
::asTextureRef(GrContext* ctx, const GrTextureParams& params) const {
85
bool
SkImage_Gpu
::isOpaque() const
[
all
...]
Completed in 313 milliseconds