HomeSort by relevance Sort by last modified time
    Searched refs:nativeWindow (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/base/core/jni/
android_view_TextureView.cpp 54 jfieldID nativeWindow;
121 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, jlong(window.get()));
126 ANativeWindow* nativeWindow = (ANativeWindow*)
127 GET_LONG(textureView, gTextureViewClassInfo.nativeWindow);
129 if (nativeWindow) {
130 sp<ANativeWindow> window(nativeWindow);
132 SET_LONG(textureView, gTextureViewClassInfo.nativeWindow, 0);
137 jlong nativeWindow, jobject canvas, jobject dirtyRect) {
139 if (!nativeWindow) {
155 sp<ANativeWindow> window((ANativeWindow*) nativeWindow);
    [all...]
android_app_NativeActivity.cpp 112 nativeWindow = NULL;
139 nativeWindow = android_view_Surface_getNativeWindow(env, _surface);
141 nativeWindow = NULL;
154 sp<ANativeWindow> nativeWindow;
486 if (code->nativeWindow != NULL && code->callbacks.onNativeWindowCreated != NULL) {
488 code->nativeWindow.get());
506 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
508 if (oldNativeWindow != code->nativeWindow) {
513 if (code->nativeWindow != NULL) {
516 code->nativeWindow.get())
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/base/
ViewAndroid.java 32 public ViewAndroid(WindowAndroid nativeWindow, ViewAndroidDelegate viewAndroidDelegate) {
33 mWindowAndroid = nativeWindow;
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_aura.cc 30 EGLNativeWindowType nativeWindow) {
egl_native_windowless.cc 33 EGLNativeWindowType nativeWindow) {
egl_native_win.cc 104 EGLNativeWindowType nativeWindow) {
105 DestroyWindow(nativeWindow);
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 31 explicit SoftwareRenderer(const sp<ANativeWindow> &nativeWindow);
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.h 41 * nativeWindow can be NULL, but if NULL it is treated as an error
44 ANativeWindow *nativeWindow);
MediaPlayer_to_android.cpp 463 ANativeWindow *nativeWindow = (ANativeWindow *)
466 assert(nativeWindow != NULL);
467 result = android_Player_setNativeWindow(mp, nativeWindow);
720 * nativeWindow can be NULL, but if NULL it is treated as an error
722 SLresult android_Player_setNativeWindow(CMediaPlayer *mp, ANativeWindow *nativeWindow)
726 if (nativeWindow == NULL) {
734 err = (*nativeWindow->query)(nativeWindow, NATIVE_WINDOW_CONCRETE_TYPE, &value);
737 "errno %d", nativeWindow, err);
744 static_cast<android::Surface *>(nativeWindow));
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 244 ANativeWindow* nativeWindow;
252 nativeWindow(window),
256 nativeWindow->common.incRef(&nativeWindow->common);
258 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &w);
260 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &h);
266 if (nativeWindow->dequeueBuffer_DEPRECATED(nativeWindow, &buffer) != NO_ERROR)
    [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 74 using eglu::NativeWindow;
116 MovePtr<NativeWindow> m_nativeWindow;
157 MovePtr<NativeWindow> nativeWindow (m_eglTestCtx.createNativeWindow(eglDisplay,
164 *nativeWindow,
180 m_nativeWindow = nativeWindow;
305 IVec2 getNativeSurfaceSize (const NativeWindow& nativeWindow,
308 if (hasBits(nativeWindow.getCapabilities(), NativeWindow::CAPABILITY_GET_SURFACE_SIZE)
    [all...]
teglNativeCoordMappingTests.cpp 359 bool testNativeWindow (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames)
366 const tcu::IVec2 screenSize = nativeWindow.getScreenSize();
367 eglu::UniqueSurface surface (display, eglu::createWindowSurface(nativeDisplay, nativeWindow, display, config, DE_NULL));
390 nativeWindow.readScreenPixels(&result);
501 if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)
542 de::UniquePtr<eglu::NativeWindow> nativeWindow(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
544 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames))
teglNativeColorMappingTests.cpp 318 bool testNativeWindow (TestLog& log, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& nativeWindow, EGLDisplay display, EGLContext context, EGLConfig config, const glw::Functions& gl, bool renderColor, int waitFrames, size_t colorCount, const tcu::Vec4* colors)
320 eglu::UniqueSurface surface(display, eglu::createWindowSurface(nativeDisplay, nativeWindow, display, config, DE_NULL));
342 nativeWindow.readScreenPixels(&result);
446 if ((eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS) == 0)
509 de::UniquePtr<eglu::NativeWindow> nativeWindow(m_eglTestCtx.createNativeWindow(display.getEGLDisplay(), config, DE_NULL, width, height, eglu::WindowParams::VISIBILITY_VISIBLE));
511 if (!testNativeWindow(m_testCtx.getLog(), m_eglTestCtx.getNativeDisplay(), *nativeWindow, display.getEGLDisplay(), *context, config, gl, m_render, waitFrames, DE_LENGTH_OF_ARRAY(colors), colors))
  /frameworks/native/opengl/libagl/
egl.cpp 242 ANativeWindow* nativeWindow;
345 nativeWindow(window), buffer(0), previousBuffer(0), module(0),
355 nativeWindow->common.incRef(&nativeWindow->common);
356 nativeWindow->query(nativeWindow, NATIVE_WINDOW_WIDTH, &width);
357 nativeWindow->query(nativeWindow, NATIVE_WINDOW_HEIGHT, &height);
367 nativeWindow->common.decRef(&nativeWindow->common)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 33 const sp<NativeWindowWrapper> &nativeWindow = NULL);
  /external/deqp/framework/egl/
tcuEgl.cpp 166 WindowSurface::WindowSurface (Display& display, EGLConfig config, EGLNativeWindowType nativeWindow, const EGLint* attribList)
169 m_surface = eglCreateWindowSurface(display.getEGLDisplay(), config, nativeWindow, attribList);
tcuEgl.hpp 115 WindowSurface (Display& display, EGLConfig config, EGLNativeWindowType nativeWindow, const EGLint* attribList);
egluGLContextFactory.cpp 153 NativeWindow* m_window;
318 typedef std::pair<NativeWindow*, EGLSurface> WindowSurfacePair;
326 NativeWindow* nativeWindow = DE_NULL;
330 nativeWindow = windowFactory->createWindow(nativeDisplay, eglDisplay, eglConfig, &attribList[0], WindowParams(width, height, visibility));
334 surface = eglu::createWindowSurface(*nativeDisplay, *nativeWindow, eglDisplay, eglConfig, attribList);
338 delete nativeWindow;
342 return WindowSurfacePair(nativeWindow, surface);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 41 SoftwareRenderer::SoftwareRenderer(const sp<ANativeWindow> &nativeWindow)
45 mNativeWindow(nativeWindow),
  /frameworks/base/core/java/android/view/
TextureView.java 808 private static native boolean nLockCanvas(long nativeWindow, Canvas canvas, Rect dirty);
809 private static native void nUnlockCanvasAndPost(long nativeWindow, Canvas canvas);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 154 void* nativeWindow;
  /frameworks/av/include/media/stagefright/
OMXCodec.h 70 const sp<ANativeWindow> &nativeWindow = NULL);
238 const sp<ANativeWindow> &nativeWindow);
MediaCodec.h 65 const sp<Surface> &nativeWindow,
ACodec.h 247 const sp<ANativeWindow> &nativeWindow);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 29 #include "nativewindow.h"
371 ANativeWindow *nativeWindow;
425 nativeWindow = getNativeWindow();
428 locND.hWindow = nativeWindow;
440 &audioSnk, nativeWindow != NULL ? &imageVideoSink : NULL, NULL, NULL, abq ? 4 : 3, ids,
    [all...]

Completed in 2074 milliseconds

1 2