Searched defs:needs_t (Results 1 - 1 of 1) sorted by path

/system/core/include/private/pixelflinger/
H A Dggl_context.h238 struct needs_t { struct in namespace:android
240 inline bool operator == (const needs_t& rhs) const {
246 inline bool operator != (const needs_t& rhs) const {
254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {
255 return memcmp(&lhs, &rhs, sizeof(needs_t));
259 needs_t value;
260 needs_t mask;
263 int needs_t::match(const needs_filter_t& filter) {
521 needs_t need
[all...]

Completed in 6 milliseconds