OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textureGGLContext
(Results
1 - 2
of
2
) 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];
Completed in 128 milliseconds