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

/system/core/include/private/pixelflinger/
H A Dggl_context.h218 struct needs_t { struct in namespace:android
220 inline bool operator == (const needs_t& rhs) const {
226 inline bool operator != (const needs_t& rhs) const {
234 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {
235 return memcmp(&lhs, &rhs, sizeof(needs_t));
239 needs_t value;
240 needs_t mask;
243 int needs_t::match(const needs_filter_t& filter) {
501 needs_t need
[all...]

Completed in 214 milliseconds