Home
last modified time | relevance | path

Searched refs:getCta8613Attribute (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_object.h144 EGLBoolean getCta8613Attribute(EGLint attribute, EGLint* value) const;
Degl_object.cpp260 EGLBoolean egl_surface_t::getCta8613Attribute(EGLint attribute, EGLint *value) const { in getCta8613Attribute() function in android::egl_surface_t
DeglApi.cpp884 } else if (s->getCta8613Attribute(attribute, value)) { in eglQuerySurface()