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

  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.cpp 30 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName, success))
77 OpenGLFunctionTable* openGLFunctionTable()
79 static OpenGLFunctionTable table;
OpenGLShims.h 22 typedef struct _OpenGLFunctionTable OpenGLFunctionTable;
26 OpenGLFunctionTable* openGLFunctionTable();
217 } OpenGLFunctionTable;
221 #define LOOKUP_GL_FUNCTION(Function) WebCore::openGLFunctionTable()->Function

Completed in 135 milliseconds