OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetSampler
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/test/
main.cpp
160
ggl->
SetSampler
(ggl, 0, &texture);
211
ggl->
SetSampler
(ggl, samplerUnit, &texture);
215
ggl->
SetSampler
(ggl, samplerUnit, &cubeTexture);
cmain.c
223
ggl->
SetSampler
(ggl, samplerUnit, &texture0);
267
ggl->
SetSampler
(ggl, samplerUnit, &texture0);
/external/mesa3d/src/pixelflinger2/
texture.cpp
389
static void
SetSampler
(GGLInterface * iface, const unsigned sampler, GGLTexture * texture)
425
iface->
SetSampler
=
SetSampler
;
pixelflinger2.cpp
225
iface->
SetSampler
(iface, i, NULL);
/frameworks/base/opengl/libagl2/src/
shader.cpp
190
ctx->iface->
SetSampler
(ctx->iface, i, ctx->tex.tmus[ctx->tex.sampler2tmu[i]]);
texture.cpp
73
iface->
SetSampler
(iface, i, tmus[tmu]);
/external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h
197
void (*
SetSampler
)(GGLInterface_t * iface, const unsigned sampler, GGLTexture_t * texture);
Completed in 17 milliseconds