Searched defs:textureGGLContext (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/pixelflinger2/
H A Dtexture.cpp34 const struct GGLContext * textureGGLContext; variable in typeref:struct:GGLContext
141 const unsigned * data = (const unsigned *)textureGGLContext->textureState.textureData[sampler];
142 const unsigned width = textureGGLContext->textureState.textureDimensions[sampler * 2];
143 const unsigned height = textureGGLContext->textureState.textureDimensions[sampler * 2 + 1];
250 const unsigned * data = (const unsigned *)textureGGLContext->textureState.textureData[sampler];
251 const unsigned width = textureGGLContext->textureState.textureDimensions[sampler * 2];
252 const unsigned height = textureGGLContext->textureState.textureDimensions[sampler * 2 + 1];

Completed in 78 milliseconds