Home | History | Annotate | Download | only in gpu

Lines Matching refs:srcData

300                                            void* srcData,
305 clampedTexture.reset(this->createTexture(NULL, desc, cacheID, srcData, rowBytes));
356 srcData, desc.fWidth, desc.fHeight, bpp);
371 void* srcData,
381 srcData, rowBytes,
384 texture= fGpu->createTexture(desc, srcData, rowBytes);
562 void* srcData,
565 return fGpu->createTexture(descCopy, srcData, rowBytes);