HomeSort by relevance Sort by last modified time
    Searched full:texturegglcontext (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/pixelflinger2/
texture.h 29 extern const struct GGLContext * textureGGLContext; // for getting wrap mode, dimensions, data
texture.cpp 34 const struct GGLContext * textureGGLContext;
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];
raster.cpp 70 // extern const GGLContext * textureGGLContext;
71 // textureGGLContext = ctx;
85 // textureGGLContext = NULL;
scanline.cpp 305 // extern const GGLContext * textureGGLContext;
306 // textureGGLContext = ctx;
571 // textureGGLContext = NULL;

Completed in 102 milliseconds