OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RealGLXApi
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_glx_api_implementation.cc
10
RealGLXApi
* g_real_glx;
15
g_real_glx = new
RealGLXApi
();
55
RealGLXApi
::
RealGLXApi
() {
58
RealGLXApi
::~
RealGLXApi
() {
61
void
RealGLXApi
::Initialize(DriverGLX* driver) {
gl_glx_api_implementation.h
38
class GL_EXPORT
RealGLXApi
: public GLXApiBase {
40
RealGLXApi
();
41
virtual ~
RealGLXApi
();
Completed in 34 milliseconds