Searched refs:get (Results 276 - 300 of 1237) sorted by last modified time

<<11121314151617181920>>

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp323 egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
347 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
366 egl_surface_t* s = new egl_surface_t(dp.get(), config, NULL,
381 SurfaceRef _s(dp.get(), surface);
382 if (!_s.get())
401 SurfaceRef _s(dp.get(), surface);
402 if (!_s.get())
419 SurfaceRef _s(dp.get(), surface);
420 if (!_s.get()) {
428 native_window_set_buffers_timestamp(s->win.get(), timestam
[all...]
H A Degl_cache.cpp63 egl_cache_t::get()->setBlob(key, keySize, value, valueSize);
68 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize);
84 egl_cache_t* egl_cache_t::get() { function in class:android::egl_cache_t
109 "but unable to get eglSetBlobCacheFuncsANDROID");
155 egl_cache_t* c = egl_cache_t::get();
185 return bc->get(key, keySize, value, valueSize);
H A Degl_cache.h36 // get returns a pointer to the singleton egl_cache_t object. This
38 static egl_cache_t* get();
H A Degl_display.cpp81 egl_cache_t::get()->terminate();
84 egl_display_t* egl_display_t::get(EGLDisplay dpy) { function in class:android::egl_display_t
121 // get our driver loader
192 // get the query-strings for this display for each implementation
240 egl_cache_t::get()->initialize(this);
298 // Reset the extension string since it will be regenerated if we get
412 // we don't want to get into a state where we can't wake up.
H A Degl_display.h87 static egl_display_t* get(EGLDisplay dpy);
224 const egl_display_t* get() const { return mDpy; } function in class:android::egl_display_ptr
225 egl_display_t* get() { return mDpy; } function in class:android::egl_display_ptr
239 return egl_display_ptr(egl_display_t::get(dpy));
245 return egl_display_t::get(dpy);
H A Degl_object.cpp58 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { function in class:android::egl_object_t
77 ANativeWindow* const window = win.get();
H A Degl_object.h60 static bool get(egl_display_t const* display, egl_object_t* object);
73 if (o && egl_object_t::get(display, native)) {
77 inline N* get() { function in class:android::egl_object_t::LocalRef
/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dgenapi.py213 return GL2PROTOBUF_TYPE_MAP.get(kw)
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp111 mANW.get(), NULL);
H A Degl_cache_test.cpp32 mCache = egl_cache_t::get();
55 mCache->initialize(egl_display_t::get(EGL_DEFAULT_DISPLAY));
66 mCache->initialize(egl_display_t::get(EGL_DEFAULT_DISPLAY));
99 mCache->initialize(egl_display_t::get(EGL_DEFAULT_DISPLAY));
102 mCache->initialize(egl_display_t::get(EGL_DEFAULT_DISPLAY));
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp342 hwcTestFillColorHBlend(refFrame.get(), refFormat->format,
344 hwcTestFillColorHBlend(equivFrame.get(), refFormat->format,
H A DhwcRects.cpp520 hwcTestFillColor(rect.texture.get(), rect.color, rect.alpha);
524 rect.texture.get(), rect.texture->handle, format->desc,
H A DhwcStress.cpp604 hwcTestFillColor(frames[row][col].get(), color, alpha);
607 frames[row][col].get(), frames[row][col]->handle,
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java51 long longFrameTime_ms = Integer.parseInt(SystemProperties.get("debug.longframe_ms", "16"));
/frameworks/native/opengl/tools/glgen/src/
H A DCFunc.java79 if (name.equals(argNames.get(i))) {
87 return argNames.get(index);
91 return argTypes.get(index);
113 s += argTypes.get(i) + " " + argNames.get(i);
H A DJFunc.java77 return bufferArgNames.get(index);
102 if (name.equals(argNames.get(i))) {
110 return argNames.get(index);
114 return argTypes.get(index);
118 return argCIndices.get(index).intValue();
164 s += argTypes.get(i) + " " + argNames.get(i);
H A DJType.java192 javaType = arrayTypeMapping.get(ctype);
195 javaType = typeMapping.get(ctype);
H A DJniCodeEmitter.java178 out.println(iii + indent + "get" + typeName + "Array(" + argName + "),");
495 int idx = nonPrimitiveArgs.get(i).intValue();
847 int idx = nonPrimitiveArgs.get(i).intValue();
945 out.println(indent + "jarray _" + bufferArgNames.get(i) +
947 out.println(indent + "jint _" + bufferArgNames.get(i) +
973 int idx = nonPrimitiveArgs.get(i).intValue();
1012 int idx = nonPrimitiveArgs.get(i).intValue();
1045 int idx = stringArgs.get(i).intValue();
1058 int idx = stringArgs.get(i).intValue();
1083 int idx = nonPrimitiveArgs.get(
[all...]
H A DParameterChecker.java33 String[] checks = map.get(functionName);
39 checks = map.get(functionName);
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp63 (EGLNativeWindowType)window.get(),
141 (EGLNativeWindowType)window.get(),
/frameworks/native/services/sensorservice/
H A DSensorService.cpp436 status_t err = sensor ? sensor->activate(connection.get(), true) : status_t(BAD_VALUE);
471 handle, connection.get());
502 err = sensor ? sensor->activate(connection.get(), false) : status_t(BAD_VALUE);
528 return sensor->setDelay(connection.get(), handle, ns);
/frameworks/native/services/sensorservice/tests/
H A Dsensorservicetest.cpp71 printf("queue=%p\n", q.get());
84 loop->addFd(q->getFd(), 0, ALOOPER_EVENT_INPUT, receiver, q.get());
/frameworks/native/services/surfaceflinger/
H A DClient.cpp149 sp<MessageBase> msg = new MessageCreateLayer(mFlinger.get(),
152 return static_cast<MessageCreateLayer*>( msg.get() )->getResult();
H A DDisplayDevice.cpp126 ANativeWindow* const window = mNativeWindow.get();
152 // get an h/w composer ID
441 mLayerStack, mDisplayWidth, mDisplayHeight, mNativeWindow.get(),
H A DEventThread.cpp162 event.header.type, conn.get());
166 // The most common error we'll get here is -EPIPE.
295 // get a new connection, or an existing connection becomes
336 connection.get(), connection!=NULL ? connection->count : 0);

Completed in 1249 milliseconds

<<11121314151617181920>>