OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:write_stencil
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_drawpixels.c
199
GLboolean
write_stencil
)
205
const GLuint shaderIndex = write_depth * 2 +
write_stencil
;
222
p->NumInstructions +=
write_stencil
? 1 : 0;
251
if (
write_stencil
) {
275
if (
write_stencil
)
279
if (
write_stencil
)
663
GLboolean write_depth, GLboolean
write_stencil
)
691
if (
write_stencil
) {
709
if (
write_stencil
) {
817
if (
write_stencil
) {
1099
GLboolean
write_stencil
= GL_FALSE, write_depth = GL_FALSE;
local
[
all
...]
/external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c
199
GLboolean
write_stencil
)
205
const GLuint shaderIndex = write_depth * 2 +
write_stencil
;
222
p->NumInstructions +=
write_stencil
? 1 : 0;
251
if (
write_stencil
) {
275
if (
write_stencil
)
279
if (
write_stencil
)
663
GLboolean write_depth, GLboolean
write_stencil
)
691
if (
write_stencil
) {
709
if (
write_stencil
) {
817
if (
write_stencil
) {
1099
GLboolean
write_stencil
= GL_FALSE, write_depth = GL_FALSE;
local
[
all
...]
Completed in 215 milliseconds