Home | History | Annotate | Download | only in gpu

Lines Matching full:srcdata

280                                            void* srcData,
285 clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes));
335 srcData, desc.fWidth, desc.fHeight, bpp);
349 void* srcData,
362 srcData, rowBytes,
365 texture= fGpu->createTexture(desc, srcData, rowBytes);
487 void* srcData,
490 return fGpu->createTexture(descCopy, srcData, rowBytes);