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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DQueryImpl.h7 // QueryImpl.h: Defines the abstract rx::QueryImpl class.
21 class QueryImpl class in namespace:rx
24 explicit QueryImpl(GLenum type) { mType = type; } function in class:rx::QueryImpl
25 virtual ~QueryImpl() { }
35 DISALLOW_COPY_AND_ASSIGN(QueryImpl);

Completed in 153 milliseconds