Searched refs:DELEGATE_TO_INTERNAL_R (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | GraphicsContext3DChromium.cpp | 827 #define DELEGATE_TO_INTERNAL_R(name, rt) \ macro 974 DELEGATE_TO_INTERNAL_R(getInternalFramebufferSize, IntSize) in DELEGATE_TO_INTERNAL_2() 1029 DELEGATE_TO_INTERNAL_R(getContextAttributes, GraphicsContext3D::Attributes) in DELEGATE_TO_INTERNAL_2() 1030 DELEGATE_TO_INTERNAL_R(getError, GC3Denum) in DELEGATE_TO_INTERNAL_2() 1126 DELEGATE_TO_INTERNAL_R(paintRenderingResultsToImageData, PassRefPtr<ImageData>) in DELEGATE_TO_INTERNAL_1() 1133 DELEGATE_TO_INTERNAL_R(createBuffer, Platform3DObject) 1134 DELEGATE_TO_INTERNAL_R(createFramebuffer, Platform3DObject) 1135 DELEGATE_TO_INTERNAL_R(createProgram, Platform3DObject) 1136 DELEGATE_TO_INTERNAL_R(createRenderbuffer, Platform3DObject) 1138 DELEGATE_TO_INTERNAL_R(createTexture, Platform3DObject) [all …]
|