Home
last modified time | relevance | path

Searched refs:surfacePointer (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/plugins/
DANPSurfaceInterface.cpp46 jfieldID surfacePointer; member
65 gSurfaceJavaGlue.surfacePointer = env->GetFieldID(surfaceClass, in getSurface()
77 jint surfacePointer = env->GetIntField(surface, gSurfaceJavaGlue.surfacePointer); in getSurface() local
82 return sp<android::Surface>((android::Surface*) surfacePointer); in getSurface()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DTextureMapperGL.cpp570 void TextureMapperGL::bindSurface(BitmapTexture *surfacePointer) in bindSurface() argument
572 BitmapTextureGL* surface = static_cast<BitmapTextureGL*>(surfacePointer); in bindSurface()