HomeSort by relevance Sort by last modified time
    Searched refs:QUERY_TYPE_COUNT (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/OpenGL/libGL/
Context.h 356 QUERY_TYPE_COUNT
498 BindingPointer<Query> activeQuery[QUERY_TYPE_COUNT];
Context.cpp 244 for(int i = 0; i < QUERY_TYPE_COUNT; i++)
1021 for(int i = 0; i < QUERY_TYPE_COUNT; i++)
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 181 QUERY_TYPE_COUNT
424 gl::BindingPointer<Query> activeQuery[QUERY_TYPE_COUNT];
Context.cpp 230 for(int i = 0; i < QUERY_TYPE_COUNT; i++)
1327 for(int i = 0; i < QUERY_TYPE_COUNT; i++)
    [all...]

Completed in 57 milliseconds