OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Query9
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
Query9.h
7
//
Query9
.h: Defines the rx::
Query9
class which implements rx::QueryImpl.
18
class
Query9
: public QueryImpl
21
Query9
(rx::Renderer9 *renderer, GLenum type);
22
virtual ~
Query9
();
30
DISALLOW_COPY_AND_ASSIGN(
Query9
);
Query9.cpp
7
//
Query9
.cpp: Defines the rx::
Query9
class which implements rx::QueryImpl.
9
#include "libGLESv2/renderer/d3d/d3d9/
Query9
.h"
18
Query9
::
Query9
(rx::Renderer9 *renderer, GLenum type)
27
Query9
::~
Query9
()
32
gl::Error
Query9
::begin()
53
gl::Error
Query9
::end()
70
gl::Error
Query9
::getResult(GLuint *params
[
all
...]
Completed in 1100 milliseconds