OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyParams
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/gpu/
GrImageIDTextureAdjuster.h
25
void makeCopyKey(const
CopyParams
& params, GrUniqueKey* copyKey) override;
41
void makeCopyKey(const
CopyParams
& params, GrUniqueKey* copyKey) override;
60
void makeCopyKey(const
CopyParams
&
copyParams
, GrUniqueKey* copyKey) override;
81
// GrTexture* generateTextureForParams(const
CopyParams
&) override;
84
void makeCopyKey(const
CopyParams
& stretch, GrUniqueKey* paramsCopyKey) override;
GrTextureParamsAdjuster.h
31
struct
CopyParams
{
83
const
CopyParams
&
copyParams
,
89
builder[0] =
copyParams
.fFilter;
90
builder[1] =
copyParams
.fWidth;
91
builder[2] =
copyParams
.fHeight;
101
virtual void makeCopyKey(const
CopyParams
&, GrUniqueKey* copyKey) = 0;
156
GrTexture* refCopy(const
CopyParams
&
copyParams
);
200
virtual GrTexture* generateTextureForParams(const
CopyParams
&)
[
all
...]
GrImageIDTextureAdjuster.cpp
26
void GrBitmapTextureAdjuster::makeCopyKey(const
CopyParams
& params, GrUniqueKey* copyKey) {
57
void GrImageTextureAdjuster::makeCopyKey(const
CopyParams
& params, GrUniqueKey* copyKey) {
102
void GrBitmapTextureMaker::makeCopyKey(const
CopyParams
&
copyParams
, GrUniqueKey* copyKey) {
104
MakeCopyKeyFromOrigKey(fOriginalKey,
copyParams
, copyKey);
133
void GrImageTextureMaker::makeCopyKey(const
CopyParams
& stretch, GrUniqueKey* paramsCopyKey) {
GrTextureParamsAdjuster.cpp
25
typedef GrTextureProducer::
CopyParams
CopyParams
;
30
const
CopyParams
&
copyParams
) {
39
rtDesc.fWidth =
copyParams
.fWidth;
40
rtDesc.fHeight =
copyParams
.fHeight;
84
if (
copyParams
.fFilter != GrTextureParams::kNone_FilterMode && subset &&
85
(subset->width() !=
copyParams
.fWidth || subset->height() !=
copyParams
.fHeight)) {
93
SkASSERT(
copyParams
.fFilter != GrTextureParams::kMipMap_FilterMode)
[
all
...]
GrGpu.h
446
GrTextureProducer::
CopyParams
*) const;
453
GrTextureProducer::
CopyParams
*
copyParams
) const {
455
copyParams
)) {
458
return this->onMakeCopyForTextureParams(texture, params,
copyParams
);
538
GrTextureProducer::
CopyParams
*) const { return false; }
GrGpu.cpp
59
GrTextureProducer::
CopyParams
*
copyParams
) const {
63
copyParams
->fWidth = GrNextPow2(width);
64
copyParams
->fHeight = GrNextPow2(height);
67
copyParams
->fFilter = GrTextureParams::kNone_FilterMode;
72
copyParams
->fFilter = GrTextureParams::kBilerp_FilterMode;
/external/skia/src/gpu/gl/
GrGLGpu.h
181
GrTextureProducer::
CopyParams
*) const override;
GrGLGpu.cpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setupapi.h
[
all
...]
Completed in 690 milliseconds