Home
last modified time | relevance | path

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

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