Searched defs:TextureMapperGLData (Results 1 – 2 of 2) sorted by relevance
99 struct TextureMapperGLData { struct100 static struct ShaderInfo {154 } shaderInfo;156 struct DirectlyCompositedImageRepository {204 } directlyCompositedImages;206 TextureMapperGLData() in TextureMapperGLData() function210 TransformationMatrix projectionMatrix;211 int currentProgram;214 AGLContext aglContext;216 Drawable glxDrawable;[all …]
32 class TextureMapperGLData; variable