OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:passthrough_fs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_shader.c
60
if (!st->
passthrough_fs
) {
61
st->
passthrough_fs
=
65
return st->
passthrough_fs
;
st_context.h
180
void *
passthrough_fs
; /**< simple pass-through frag shader */
member in struct:st_context
/external/mesa3d/src/mesa/state_tracker/
st_atom_shader.c
60
if (!st->
passthrough_fs
) {
61
st->
passthrough_fs
=
65
return st->
passthrough_fs
;
st_context.h
180
void *
passthrough_fs
; /**< simple pass-through frag shader */
member in struct:st_context
Completed in 257 milliseconds