Searched refs:offscreen_target_stencil_format_ (Results 1 - 1 of 1) sorted by path

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc1717 GLenum offscreen_target_stencil_format_; member in class:gpu::gles2::GLES2DecoderImpl
2302 offscreen_target_stencil_format_(0),
2531 offscreen_target_stencil_format_ = 0;
2537 offscreen_target_stencil_format_ = attrib_parser.stencil_size > 0 ?
2555 offscreen_target_stencil_format_ = 0;
2559 offscreen_target_stencil_format_ = attrib_parser.stencil_size > 0 ?
3639 if (offscreen_target_stencil_format_ &&
3643 offscreen_target_stencil_format_,
3670 } else if (offscreen_target_stencil_format_) {
4016 return offscreen_target_stencil_format_ !
[all...]

Completed in 187 milliseconds