Home
last modified time | relevance | path

Searched refs:LOOKUP_GL_FUNCTION (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/cairo/
DOpenGLShims.h221 #define LOOKUP_GL_FUNCTION(Function) WebCore::openGLFunctionTable()->Function macro
222 #define glActiveTexture LOOKUP_GL_FUNCTION(glActiveTexture)
223 #define glAttachShader LOOKUP_GL_FUNCTION(glAttachShader)
224 #define glBindAttribLocation LOOKUP_GL_FUNCTION(glBindAttribLocation)
225 #define glBindBuffer LOOKUP_GL_FUNCTION(glBindBuffer)
226 #define glBindFramebufferEXT LOOKUP_GL_FUNCTION(glBindFramebuffer)
227 #define glBindRenderbufferEXT LOOKUP_GL_FUNCTION(glBindRenderbuffer)
228 #define glBlendColor LOOKUP_GL_FUNCTION(glBlendColor)
229 #define glBlendEquation LOOKUP_GL_FUNCTION(glBlendEquation)
230 #define glBlendEquationSeparate LOOKUP_GL_FUNCTION(glBlendEquationSeparate)
[all …]