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

  /external/swiftshader/src/OpenGL/libGL/
Context.h 578 GLuint getActiveQuery(GLenum target) const;
libGL.cpp     [all...]
Context.cpp 703 GLuint Context::getActiveQuery(GLenum target) const
    [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 515 GLuint getActiveQuery(GLenum target) const;
libGLESv3.cpp 777 params[0] = context->getActiveQuery(target);
806 if(context->getActiveQuery(queryObject->getType()) == id)
    [all...]
libGLESv2.cpp     [all...]
Context.cpp 792 GLuint Context::getActiveQuery(GLenum target) const
    [all...]

Completed in 420 milliseconds