Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_object.h142 EGLBoolean getColorSpaceAttribute(EGLint attribute, EGLint* value) const;
Degl_object.cpp206 EGLBoolean egl_surface_t::getColorSpaceAttribute(EGLint attribute, EGLint* value) const { in getColorSpaceAttribute() function in android::egl_surface_t
Degl_platform_entries.cpp920 if (s->getColorSpaceAttribute(attribute, value)) { in eglQuerySurfaceImpl()