HomeSort by relevance Sort by last modified time
    Searched defs:createSurface (Results 1 - 22 of 22) sorted by null

  /frameworks/base/libs/hwui/tests/common/
TestContext.cpp 67 createSurface();
72 void TestContext::createSurface() {
81 mSurfaceControl = mSurfaceComposerClient->createSurface(String8("HwuiTest"),
  /external/skia/experimental/SkV8Example/
SkV8Example.cpp 108 SkSurface* SkV8ExampleWindow::createSurface() {
110 // Increase the ref count since callers of createSurface put the
115 return this->INHERITED::createSurface();
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
EglBase.java 107 public abstract void createSurface(Surface surface);
110 public abstract void createSurface(SurfaceTexture surfaceTexture);
EglBase10.java 74 public void createSurface(Surface surface) {
143 public void createSurface(SurfaceTexture surfaceTexture) {
EglBase14.java 82 public void createSurface(Surface surface) {
88 public void createSurface(SurfaceTexture surfaceTexture) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiUtil.cpp 123 VkResult createSurface (const InstanceInterface& vki,
236 Move<VkSurfaceKHR> createSurface (const InstanceInterface& vki,
244 VK_CHECK(createSurface(vki, instance, wsiType, nativeDisplay, nativeWindow, pAllocator, &object));
  /frameworks/native/libs/gui/
SurfaceControl.cpp 258 sp<Surface> SurfaceControl::createSurface() const
SurfaceComposerClient.cpp 666 sp<SurfaceControl> SurfaceComposerClient::createSurface(
685 status_t err = mClient->createSurface(name, w, h, format, flags, parentHandle,
687 ALOGE_IF(err, "SurfaceComposerClient::createSurface error %s", strerror(-err));
    [all...]
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 213 EGLSurface EglManager::createSurface(EGLNativeWindowType window) {
VulkanManager.cpp 519 VulkanSurface* VulkanManager::createSurface(ANativeWindow* window) {
  /frameworks/native/services/surfaceflinger/
Client.cpp 134 status_t Client::createSurface(
159 * createSurface must be called from the GL thread so that it can
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 110 if (surfaceDimensions != null && createSurface(surfaceDimensions.x, surfaceDimensions.y)) {
135 private boolean createSurface(int width, int height) {
137 "VideoSurfaceTextureImpl.createSurface",
192 surfaceCreated = createSurface(width, height);
  /external/deqp/modules/egl/
teglImageUtil.cpp 97 MovePtr<ManagedSurface> createSurface (EglTestContext& eglTestCtx, EGLDisplay dpy, EGLConfig config, int width, int height)
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 192 public boolean createSurface(SurfaceTexture surface) {
398 if (mEglHelper.createSurface(mSurface)) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 192 public boolean createSurface(SurfaceTexture surface) {
398 if (mEglHelper.createSurface(mSurface)) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 91 EGLSurface eglSurface = createSurface(egl, eglDisplay, width, height);
390 private static EGLSurface createSurface(EGL10 egl, EGLDisplay display, int width, int height) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java     [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java     [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 851 milliseconds