Home
last modified time | relevance | path

Searched defs:TextureMapperGLData (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/opengl/
DTextureMapperGL.cpp99 struct TextureMapperGLData { struct
100 static struct ShaderInfo {
154 } shaderInfo;
156 struct DirectlyCompositedImageRepository {
204 } directlyCompositedImages;
206 TextureMapperGLData() in TextureMapperGLData() function
210 TransformationMatrix projectionMatrix;
211 int currentProgram;
214 AGLContext aglContext;
216 Drawable glxDrawable;
[all …]
DTextureMapperGL.h32 class TextureMapperGLData; variable