OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeTexturesFor
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/skia/
NativeImageSkia.cpp
62
// SharedGraphicsContext3D::
removeTexturesFor
() takes a NativeImagePtr. On
65
// SkBitmap. Failing to call
removeTexturesFor
() probably causes a leak.
68
SharedGraphicsContext3D::
removeTexturesFor
(this);
/external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.h
128
static void
removeTexturesFor
(NativeImagePtr);
149
// Used to implement
removeTexturesFor
(), see the comment above.
SharedGraphicsContext3D.cpp
261
void SharedGraphicsContext3D::
removeTexturesFor
(NativeImagePtr ptr)
Completed in 3438 milliseconds