OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtDesc
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp
17
const GrGLRenderTarget::Desc*
rtDesc
) {
27
if (NULL !=
rtDesc
) {
34
fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *
rtDesc
, vp, fTexIDObj, this)));
46
const GrGLRenderTarget::Desc&
rtDesc
)
48
this->init(gpu, textureDesc, &
rtDesc
);
GrGLTexture.h
68
const GrGLRenderTarget::Desc&
rtDesc
);
106
const GrGLRenderTarget::Desc*
rtDesc
);
/external/skia/src/gpu/gl/
GrGLTexture.cpp
17
const GrGLRenderTarget::Desc*
rtDesc
) {
27
if (NULL !=
rtDesc
) {
34
fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *
rtDesc
, vp, fTexIDObj, this)));
46
const GrGLRenderTarget::Desc&
rtDesc
)
48
this->init(gpu, textureDesc, &
rtDesc
);
GrGLTexture.h
68
const GrGLRenderTarget::Desc&
rtDesc
);
106
const GrGLRenderTarget::Desc*
rtDesc
);
/external/chromium_org/third_party/skia/src/gpu/
GrContext.cpp
312
GrTextureDesc
rtDesc
= desc;
313
rtDesc
.fFlags =
rtDesc
.fFlags |
316
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
317
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
319
GrTexture* texture = fGpu->createTexture(
rtDesc
, NULL, 0);
349
rtDesc
.fFlags = kNone_GrTextureFlags;
351
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
352
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
354
SkAutoSMalloc<128*128*4> stretchedPixels(bpp *
rtDesc
.fWidth * rtDesc.fHeight)
[
all
...]
/external/skia/src/gpu/
GrContext.cpp
312
GrTextureDesc
rtDesc
= desc;
313
rtDesc
.fFlags =
rtDesc
.fFlags |
316
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
317
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
319
GrTexture* texture = fGpu->createTexture(
rtDesc
, NULL, 0);
349
rtDesc
.fFlags = kNone_GrTextureFlags;
351
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
352
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
354
SkAutoSMalloc<128*128*4> stretchedPixels(bpp *
rtDesc
.fWidth * rtDesc.fHeight)
[
all
...]
Completed in 595 milliseconds