Home
last modified time | relevance | path

Searched refs:GGLTexture (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/test/
Dmain.cpp133 GGLTexture texture = {0}; in test_scan()
148 …texture.wrapS = texture.wrapT = GGLTexture::GGL_REPEAT; // repeat = 0 fastest, clamp = 1, mirrored… in test_scan()
149 texture.minFilter = texture.magFilter = GGLTexture::GGL_NEAREST; // nearest = 0, linear = 1 in test_scan()
198GGLTexture cubeTexture = {GL_TEXTURE_CUBE_MAP, GGL_PIXEL_FORMAT_RGBA_8888, 1, 1, 1, NULL, GGLTextu… in test_scan()
/external/mesa3d/include/pixelflinger2/
Dpixelflinger2_interface.h57 typedef struct GGLTexture { struct
/external/mesa3d/src/pixelflinger2/
Dtexture.cpp389 static void SetSampler(GGLInterface * iface, const unsigned sampler, GGLTexture * texture) in SetSampler()
Dshader.cpp297 const GGLTexture & texture = ctx->textureState.textures[i]; in GetShaderKey()