OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewTexture
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/image/
SkImage_Gpu.cpp
66
SkImage* SkImage::
NewTexture
(const SkBitmap& bitmap) {
SkSurface_Gpu.cpp
72
return SkImage::
NewTexture
(fDevice->accessBitmap(false));
/external/skia/src/image/
SkImage_Gpu.cpp
66
SkImage* SkImage::
NewTexture
(const SkBitmap& bitmap) {
SkSurface_Gpu.cpp
72
return SkImage::
NewTexture
(fDevice->accessBitmap(false));
/external/chromium_org/third_party/skia/include/core/
SkImage.h
72
static SkImage*
NewTexture
(const SkBitmap&);
/external/skia/include/core/
SkImage.h
72
static SkImage*
NewTexture
(const SkBitmap&);
Completed in 717 milliseconds