Searched defs:createSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/surfaceflinger_client/
H A DISurfaceFlingerClient.cpp75 virtual sp<ISurface> createSurface( surface_data_t* params, function in class:android::BpSurfaceFlingerClient
165 sp<ISurface> s = createSurface(&params, pid, name, display, w, h,
H A DSurfaceComposerClient.cpp314 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
328 return SurfaceComposerClient::createSurface(pid, name, display,
333 sp<SurfaceControl> SurfaceComposerClient::createSurface( function in class:android::SurfaceComposerClient
345 sp<ISurface> surface = mClient->createSurface(&data, pid, name,
/frameworks/base/libs/surfaceflinger/
H A DLayer.cpp93 sp<LayerBaseClient::Surface> Layer::createSurface() const function in class:android::Layer
H A DLayerBuffer.cpp83 sp<LayerBaseClient::Surface> LayerBuffer::createSurface() const function in class:android::LayerBuffer
H A DLayerBase.cpp733 s = createSurface();
739 sp<LayerBaseClient::Surface> LayerBaseClient::createSurface() const function in class:android::LayerBaseClient
H A DSurfaceFlinger.cpp1227 sp<ISurface> SurfaceFlinger::createSurface(ClientID clientId, int pid, function in class:android::SurfaceFlinger
1236 LOGE("createSurface() failed, w or h is negative (w=%d, h=%d)",
1244 LOGE("createSurface() failed, client not found (id=%d)", clientId);
1248 //LOGD("createSurface for pid %d (%d x %d)", pid, w, h);
1251 LOGE("createSurface() failed, generateId = %d", id);
1799 sp<ISurface> BClient::createSurface( function in class:BClient
1805 return mFlinger->createSurface(mId, pid, name, params, display, w, h,
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java938 public GL createSurface(SurfaceHolder holder) { method in class:GLSurfaceView.EglHelper
940 Log.w("EglHelper", "createSurface() tid=" + Thread.currentThread().getId());
1302 Log.w("GLThread", "egl createSurface");
1304 gl = (GL10) mEglHelper.createSurface(getHolder());

Completed in 2050 milliseconds