OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texelsShallowCopy
(Results
1 - 4
of
4
) sorted by null
/external/skqp/src/gpu/gl/
GrGLGpu.cpp
[
all
...]
/external/skia/src/gpu/vk/
GrVkGpu.cpp
637
SkAutoTMalloc<GrMipLevel>
texelsShallowCopy
;
639
texelsShallowCopy
.reset(mipLevelCount);
640
memcpy(
texelsShallowCopy
.get(), texels, mipLevelCount*sizeof(GrMipLevel));
647
if (!
texelsShallowCopy
[0].fPixels) {
659
if (
texelsShallowCopy
[currentMipLevel].fPixels) {
729
if (
texelsShallowCopy
[currentMipLevel].fPixels) {
732
const size_t rowBytes =
texelsShallowCopy
[currentMipLevel].fRowBytes
733
?
texelsShallowCopy
[currentMipLevel].fRowBytes
738
const char* src = (const char*)
texelsShallowCopy
[currentMipLevel].fPixels;
[
all
...]
/external/skqp/src/gpu/vk/
GrVkGpu.cpp
635
SkAutoTMalloc<GrMipLevel>
texelsShallowCopy
;
637
texelsShallowCopy
.reset(mipLevelCount);
638
memcpy(
texelsShallowCopy
.get(), texels, mipLevelCount*sizeof(GrMipLevel));
645
if (!
texelsShallowCopy
[0].fPixels) {
657
if (
texelsShallowCopy
[currentMipLevel].fPixels) {
727
if (
texelsShallowCopy
[currentMipLevel].fPixels) {
730
const size_t rowBytes =
texelsShallowCopy
[currentMipLevel].fRowBytes
731
?
texelsShallowCopy
[currentMipLevel].fRowBytes
736
const char* src = (const char*)
texelsShallowCopy
[currentMipLevel].fPixels;
[
all
...]
/external/skia/src/gpu/gl/
GrGLGpu.cpp
[
all
...]
Completed in 161 milliseconds