Searched refs:validators_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info.cc290 validators_.compressed_texture_format.AddValue(
292 validators_.compressed_texture_format.AddValue(
301 validators_.compressed_texture_format.AddValue(
310 validators_.compressed_texture_format.AddValue(
317 validators_.texture_parameter.AddValue(
319 validators_.g_l_state.AddValue(
350 validators_.texture_internal_format.AddValue(GL_DEPTH_COMPONENT);
351 validators_.texture_format.AddValue(GL_DEPTH_COMPONENT);
352 validators_.pixel_type.AddValue(GL_UNSIGNED_SHORT);
353 validators_
[all...]
H A Dfeature_info.h92 return &validators_;
125 Validators validators_; member in class:gpu::gles2::FeatureInfo
H A Dgles2_cmd_decoder_autogen.h32 if (!validators_->buffer_target.IsValid(target)) {
44 if (!validators_->frame_buffer_target.IsValid(target)) {
56 if (!validators_->render_buffer_target.IsValid(target)) {
68 if (!validators_->texture_bind_target.IsValid(target)) {
98 if (!validators_->equation.IsValid(mode)) {
115 if (!validators_->equation.IsValid(modeRGB)) {
120 if (!validators_->equation.IsValid(modeAlpha)) {
138 if (!validators_->src_blend_factor.IsValid(sfactor)) {
142 if (!validators_->dst_blend_factor.IsValid(dfactor)) {
165 if (!validators_
[all...]
H A Dgles2_cmd_decoder.cc1718 const Validators* validators_; member in class:gpu::gles2::GLES2DecoderImpl
2203 validators_(group_->feature_info()->validators()),
2315 validators_->compressed_texture_format.GetValues().size());
2629 validators_->compressed_texture_format.GetValues().size());
2631 validators_->shader_binary_format.GetValues().size());
4040 !validators_->attachment.IsValid(attachments[i])) ||
4042 !validators_->backbuffer_attachment.IsValid(attachments[i]))) {
4270 *num_written = validators_->compressed_texture_format.GetValues().size();
4273 params[ii] = validators_->compressed_texture_format.GetValues()[ii];
4280 *params = validators_
[all...]

Completed in 807 milliseconds