OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shaderIndex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c
205
const GLuint
shaderIndex
= write_depth * 2 + write_stencil;
207
assert(
shaderIndex
< Elements(st->drawpix.shaders));
209
if (st->drawpix.shaders[
shaderIndex
]) {
211
return st->drawpix.shaders[
shaderIndex
];
285
st->drawpix.shaders[
shaderIndex
] = fp;
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c
205
const GLuint
shaderIndex
= write_depth * 2 + write_stencil;
207
assert(
shaderIndex
< Elements(st->drawpix.shaders));
209
if (st->drawpix.shaders[
shaderIndex
]) {
211
return st->drawpix.shaders[
shaderIndex
];
285
st->drawpix.shaders[
shaderIndex
] = fp;
[
all
...]
Completed in 781 milliseconds