Searched refs:debugGLCall (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.h103 static void debugGLCall(GraphicsContext3D*, const char* command, const char* file, int line);
242 #define GLC(context, x) { (x), LayerRendererChromium::debugGLCall(context, #x, __FILE__, __LINE__); }
H A DLayerRendererChromium.cpp141 void LayerRendererChromium::debugGLCall(GraphicsContext3D* context, const char* command, const char* file, int line) function in class:WebCore::LayerRendererChromium

Completed in 61 milliseconds