OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:egl_object_t
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libs/EGL/
egl_object.cpp
34
egl_object_t
::
egl_object_t
(egl_display_t* disp) :
function in class:android::egl_object_t
40
egl_object_t
::~
egl_object_t
() {
43
void
egl_object_t
::terminate() {
48
LOGE("
egl_object_t
::terminate() removed the last reference!");
52
void
egl_object_t
::destroy() {
58
bool
egl_object_t
::get(egl_display_t const* display,
egl_object_t
* object) {
egl_object.h
42
class
egl_object_t
{
class in namespace:android
47
virtual ~
egl_object_t
();
50
egl_object_t
(egl_display_t* display);
59
static bool get(egl_display_t const* display,
egl_object_t
* object);
64
egl_object_t
* ref;
69
explicit LocalRef(
egl_object_t
* rhs);
71
egl_object_t
* native = reinterpret_cast<N*>(o);
72
if (o &&
egl_object_t
::get(display, native)) {
88
egl_object_t
::LocalRef<N, T>::LocalRef(
egl_object_t
* rhs) : ref(rhs)
[
all
...]
Completed in 36 milliseconds