OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtDesc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp
264
GrTextureDesc
rtDesc
= desc;
265
rtDesc
.fFlags =
rtDesc
.fFlags |
269
GrTexture* result = sk_gr_allocate_texture(ctx, cache, params, bm,
rtDesc
, NULL, 0);
GrContext.cpp
347
GrTextureDesc
rtDesc
= desc;
348
rtDesc
.fFlags =
rtDesc
.fFlags |
351
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
352
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
354
GrTexture* texture = fGpu->createTexture(
rtDesc
, NULL, 0);
385
rtDesc
.fFlags = kNone_GrTextureFlags;
387
rtDesc
.fWidth = GrNextPow2(desc.fWidth);
388
rtDesc
.fHeight = GrNextPow2(desc.fHeight);
394
GrAutoMalloc<128*128*4> stretchedPixels(bpp *
rtDesc
.fWidth * rtDesc.fHeight)
[
all
...]
Completed in 93 milliseconds