1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 // This file is here so other GLES2 related files can have a common set of
6 // includes where appropriate.
10 #include <GLES2/gl2ext.h>
11 #include <GLES2/gl2extchromium.h>
13 #include "gpu/command_buffer/common/gles2_cmd_format.h"
14 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
19 namespace gl_error_bit
{
22 kInvalidEnum
= (1 << 0),
23 kInvalidValue
= (1 << 1),
24 kInvalidOperation
= (1 << 2),
25 kOutOfMemory
= (1 << 3),
26 kInvalidFrameBufferOperation
= (1 << 4)
30 int GLES2Util::GLGetNumValuesReturned(int id
) const {
32 // -- glGetBooleanv, glGetFloatv, glGetIntergerv
33 case GL_ACTIVE_TEXTURE
:
35 case GL_ALIASED_LINE_WIDTH_RANGE
:
37 case GL_ALIASED_POINT_SIZE_RANGE
:
41 case GL_ARRAY_BUFFER_BINDING
:
47 case GL_BLEND_DST_ALPHA
:
49 case GL_BLEND_DST_RGB
:
51 case GL_BLEND_EQUATION_ALPHA
:
53 case GL_BLEND_EQUATION_RGB
:
55 case GL_BLEND_SRC_ALPHA
:
57 case GL_BLEND_SRC_RGB
:
61 case GL_COLOR_CLEAR_VALUE
:
63 case GL_COLOR_WRITEMASK
:
65 case GL_COMPRESSED_TEXTURE_FORMATS
:
66 return num_compressed_texture_formats_
;
69 case GL_CULL_FACE_MODE
:
71 case GL_CURRENT_PROGRAM
:
75 case GL_DEPTH_CLEAR_VALUE
:
83 case GL_DEPTH_WRITEMASK
:
87 case GL_ELEMENT_ARRAY_BUFFER_BINDING
:
89 case GL_FRAMEBUFFER_BINDING
:
93 case GL_GENERATE_MIPMAP_HINT
:
97 case GL_IMPLEMENTATION_COLOR_READ_FORMAT
:
99 case GL_IMPLEMENTATION_COLOR_READ_TYPE
:
103 case GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS
:
105 case GL_MAX_CUBE_MAP_TEXTURE_SIZE
:
107 case GL_MAX_FRAGMENT_UNIFORM_VECTORS
:
109 case GL_MAX_RENDERBUFFER_SIZE
:
111 case GL_MAX_TEXTURE_IMAGE_UNITS
:
113 case GL_MAX_TEXTURE_SIZE
:
115 case GL_MAX_VARYING_VECTORS
:
117 case GL_MAX_VERTEX_ATTRIBS
:
119 case GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS
:
121 case GL_MAX_VERTEX_UNIFORM_VECTORS
:
123 case GL_MAX_VIEWPORT_DIMS
:
125 case GL_NUM_COMPRESSED_TEXTURE_FORMATS
:
127 case GL_NUM_SHADER_BINARY_FORMATS
:
129 case GL_PACK_ALIGNMENT
:
131 case GL_PACK_REVERSE_ROW_ORDER_ANGLE
:
133 case GL_POLYGON_OFFSET_FACTOR
:
135 case GL_POLYGON_OFFSET_FILL
:
137 case GL_POLYGON_OFFSET_UNITS
:
141 case GL_RENDERBUFFER_BINDING
:
143 case GL_SAMPLE_BUFFERS
:
145 case GL_SAMPLE_COVERAGE_INVERT
:
147 case GL_SAMPLE_COVERAGE_VALUE
:
153 case GL_SCISSOR_TEST
:
155 case GL_SHADER_BINARY_FORMATS
:
156 return num_shader_binary_formats_
;
157 case GL_SHADER_COMPILER
:
159 case GL_STENCIL_BACK_FAIL
:
161 case GL_STENCIL_BACK_FUNC
:
163 case GL_STENCIL_BACK_PASS_DEPTH_FAIL
:
165 case GL_STENCIL_BACK_PASS_DEPTH_PASS
:
167 case GL_STENCIL_BACK_REF
:
169 case GL_STENCIL_BACK_VALUE_MASK
:
171 case GL_STENCIL_BACK_WRITEMASK
:
173 case GL_STENCIL_BITS
:
175 case GL_STENCIL_CLEAR_VALUE
:
177 case GL_STENCIL_FAIL
:
179 case GL_STENCIL_FUNC
:
181 case GL_STENCIL_PASS_DEPTH_FAIL
:
183 case GL_STENCIL_PASS_DEPTH_PASS
:
187 case GL_STENCIL_TEST
:
189 case GL_STENCIL_VALUE_MASK
:
191 case GL_STENCIL_WRITEMASK
:
193 case GL_SUBPIXEL_BITS
:
195 case GL_TEXTURE_BINDING_2D
:
197 case GL_TEXTURE_BINDING_CUBE_MAP
:
199 case GL_TEXTURE_BINDING_EXTERNAL_OES
:
201 case GL_TEXTURE_BINDING_RECTANGLE_ARB
:
203 case GL_TEXTURE_IMMUTABLE_FORMAT_EXT
:
205 case GL_UNPACK_ALIGNMENT
:
209 // -- glGetBooleanv, glGetFloatv, glGetIntergerv with
210 // GL_CHROMIUM_framebuffer_multisample
211 case GL_MAX_SAMPLES_EXT
:
213 case GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT
:
216 // -- glGetBufferParameteriv
219 case GL_BUFFER_USAGE
:
222 // -- glGetFramebufferAttachmentParameteriv
223 case GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE
:
225 case GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME
:
227 case GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL
:
229 case GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE
:
231 // -- glGetFramebufferAttachmentParameteriv with
232 // GL_EXT_multisampled_render_to_texture
233 case GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_SAMPLES_EXT
:
237 case GL_DELETE_STATUS
:
241 case GL_VALIDATE_STATUS
:
243 case GL_INFO_LOG_LENGTH
:
245 case GL_ATTACHED_SHADERS
:
247 case GL_ACTIVE_ATTRIBUTES
:
249 case GL_ACTIVE_ATTRIBUTE_MAX_LENGTH
:
251 case GL_ACTIVE_UNIFORMS
:
253 case GL_ACTIVE_UNIFORM_MAX_LENGTH
:
257 // -- glGetRenderbufferAttachmentParameteriv
258 case GL_RENDERBUFFER_WIDTH
:
260 case GL_RENDERBUFFER_HEIGHT
:
262 case GL_RENDERBUFFER_INTERNAL_FORMAT
:
264 case GL_RENDERBUFFER_RED_SIZE
:
266 case GL_RENDERBUFFER_GREEN_SIZE
:
268 case GL_RENDERBUFFER_BLUE_SIZE
:
270 case GL_RENDERBUFFER_ALPHA_SIZE
:
272 case GL_RENDERBUFFER_DEPTH_SIZE
:
274 case GL_RENDERBUFFER_STENCIL_SIZE
:
276 // -- glGetRenderbufferAttachmentParameteriv with
277 // GL_EXT_multisampled_render_to_texture
278 case GL_RENDERBUFFER_SAMPLES_EXT
:
284 // Already defined under glGetFramebufferAttachemntParameteriv.
285 // case GL_DELETE_STATUS:
287 case GL_COMPILE_STATUS
:
289 // Already defined under glGetFramebufferAttachemntParameteriv.
290 // case GL_INFO_LOG_LENGTH:
292 case GL_SHADER_SOURCE_LENGTH
:
294 case GL_TRANSLATED_SHADER_SOURCE_LENGTH_ANGLE
:
297 // -- glGetTexParameterfv, glGetTexParameteriv
298 case GL_TEXTURE_MAG_FILTER
:
300 case GL_TEXTURE_MIN_FILTER
:
302 case GL_TEXTURE_WRAP_S
:
304 case GL_TEXTURE_WRAP_T
:
306 case GL_TEXTURE_MAX_ANISOTROPY_EXT
:
309 // -- glGetVertexAttribfv, glGetVertexAttribiv
310 case GL_VERTEX_ATTRIB_ARRAY_BUFFER_BINDING
:
312 case GL_VERTEX_ATTRIB_ARRAY_ENABLED
:
314 case GL_VERTEX_ATTRIB_ARRAY_SIZE
:
316 case GL_VERTEX_ATTRIB_ARRAY_STRIDE
:
318 case GL_VERTEX_ATTRIB_ARRAY_TYPE
:
320 case GL_VERTEX_ATTRIB_ARRAY_NORMALIZED
:
322 case GL_CURRENT_VERTEX_ATTRIB
:
325 // -- glHint with GL_OES_standard_derivatives
326 case GL_FRAGMENT_SHADER_DERIVATIVE_HINT_OES
:
329 // Chromium internal bind_generates_resource query
330 case GL_BIND_GENERATES_RESOURCE_CHROMIUM
:
341 // Return the number of elements per group of a specified format.
342 int ElementsPerGroup(int format
, int type
) {
344 case GL_UNSIGNED_SHORT_5_6_5
:
345 case GL_UNSIGNED_SHORT_4_4_4_4
:
346 case GL_UNSIGNED_SHORT_5_5_5_1
:
347 case GL_UNSIGNED_INT_24_8_OES
:
356 case GL_LUMINANCE_ALPHA
:
363 case GL_DEPTH_COMPONENT
:
364 case GL_DEPTH_COMPONENT24_OES
:
365 case GL_DEPTH_COMPONENT32_OES
:
366 case GL_DEPTH_COMPONENT16
:
367 case GL_DEPTH24_STENCIL8_OES
:
368 case GL_DEPTH_STENCIL_OES
:
375 // Return the number of bytes per element, based on the element type.
376 int BytesPerElement(int type
) {
379 case GL_UNSIGNED_INT_24_8_OES
:
380 case GL_UNSIGNED_INT
:
382 case GL_HALF_FLOAT_OES
:
383 case GL_UNSIGNED_SHORT
:
385 case GL_UNSIGNED_SHORT_5_6_5
:
386 case GL_UNSIGNED_SHORT_4_4_4_4
:
387 case GL_UNSIGNED_SHORT_5_5_5_1
:
389 case GL_UNSIGNED_BYTE
:
397 } // anonymous namespace
399 uint32
GLES2Util::ComputeImageGroupSize(int format
, int type
) {
400 return BytesPerElement(type
) * ElementsPerGroup(format
, type
);
403 bool GLES2Util::ComputeImagePaddedRowSize(
404 int width
, int format
, int type
, int unpack_alignment
,
405 uint32
* padded_row_size
) {
406 uint32 bytes_per_group
= ComputeImageGroupSize(format
, type
);
407 uint32 unpadded_row_size
;
408 if (!SafeMultiplyUint32(width
, bytes_per_group
, &unpadded_row_size
)) {
412 if (!SafeAddUint32(unpadded_row_size
, unpack_alignment
- 1, &temp
)) {
415 *padded_row_size
= (temp
/ unpack_alignment
) * unpack_alignment
;
419 // Returns the amount of data glTexImage2D or glTexSubImage2D will access.
420 bool GLES2Util::ComputeImageDataSizes(
421 int width
, int height
, int format
, int type
, int unpack_alignment
,
422 uint32
* size
, uint32
* ret_unpadded_row_size
, uint32
* ret_padded_row_size
) {
423 uint32 bytes_per_group
= ComputeImageGroupSize(format
, type
);
425 if (!SafeMultiplyUint32(width
, bytes_per_group
, &row_size
)) {
430 if (!SafeAddUint32(row_size
, unpack_alignment
- 1, &temp
)) {
433 uint32 padded_row_size
= (temp
/ unpack_alignment
) * unpack_alignment
;
434 uint32 size_of_all_but_last_row
;
435 if (!SafeMultiplyUint32((height
- 1), padded_row_size
,
436 &size_of_all_but_last_row
)) {
439 if (!SafeAddUint32(size_of_all_but_last_row
, row_size
, size
)) {
442 if (ret_padded_row_size
) {
443 *ret_padded_row_size
= padded_row_size
;
446 if (!SafeMultiplyUint32(height
, row_size
, size
)) {
449 if (ret_padded_row_size
) {
450 *ret_padded_row_size
= row_size
;
453 if (ret_unpadded_row_size
) {
454 *ret_unpadded_row_size
= row_size
;
460 size_t GLES2Util::RenderbufferBytesPerPixel(int format
) {
462 case GL_STENCIL_INDEX8
:
467 case GL_DEPTH_COMPONENT16
:
471 case GL_DEPTH24_STENCIL8_OES
:
474 case GL_DEPTH_COMPONENT24_OES
:
481 uint32
GLES2Util::GetGLDataTypeSizeForUniforms(int type
) {
484 return sizeof(GLfloat
); // NOLINT
486 return sizeof(GLfloat
) * 2; // NOLINT
488 return sizeof(GLfloat
) * 3; // NOLINT
490 return sizeof(GLfloat
) * 4; // NOLINT
492 return sizeof(GLint
); // NOLINT
494 return sizeof(GLint
) * 2; // NOLINT
496 return sizeof(GLint
) * 3; // NOLINT
498 return sizeof(GLint
) * 4; // NOLINT
500 return sizeof(GLint
); // NOLINT
502 return sizeof(GLint
) * 2; // NOLINT
504 return sizeof(GLint
) * 3; // NOLINT
506 return sizeof(GLint
) * 4; // NOLINT
508 return sizeof(GLfloat
) * 2 * 2; // NOLINT
510 return sizeof(GLfloat
) * 3 * 3; // NOLINT
512 return sizeof(GLfloat
) * 4 * 4; // NOLINT
514 return sizeof(GLint
); // NOLINT
515 case GL_SAMPLER_2D_RECT_ARB
:
516 return sizeof(GLint
); // NOLINT
517 case GL_SAMPLER_CUBE
:
518 return sizeof(GLint
); // NOLINT
519 case GL_SAMPLER_EXTERNAL_OES
:
520 return sizeof(GLint
); // NOLINT
526 size_t GLES2Util::GetGLTypeSizeForTexturesAndBuffers(uint32 type
) {
529 return sizeof(GLbyte
); // NOLINT
530 case GL_UNSIGNED_BYTE
:
531 return sizeof(GLubyte
); // NOLINT
533 return sizeof(GLshort
); // NOLINT
534 case GL_UNSIGNED_SHORT
:
535 return sizeof(GLushort
); // NOLINT
537 return sizeof(GLint
); // NOLINT
538 case GL_UNSIGNED_INT
:
539 return sizeof(GLuint
); // NOLINT
541 return sizeof(GLfloat
); // NOLINT
543 return sizeof(GLfixed
); // NOLINT
549 uint32
GLES2Util::GLErrorToErrorBit(uint32 error
) {
551 case GL_INVALID_ENUM
:
552 return gl_error_bit::kInvalidEnum
;
553 case GL_INVALID_VALUE
:
554 return gl_error_bit::kInvalidValue
;
555 case GL_INVALID_OPERATION
:
556 return gl_error_bit::kInvalidOperation
;
557 case GL_OUT_OF_MEMORY
:
558 return gl_error_bit::kOutOfMemory
;
559 case GL_INVALID_FRAMEBUFFER_OPERATION
:
560 return gl_error_bit::kInvalidFrameBufferOperation
;
563 return gl_error_bit::kNoError
;
567 uint32
GLES2Util::GLErrorBitToGLError(uint32 error_bit
) {
569 case gl_error_bit::kInvalidEnum
:
570 return GL_INVALID_ENUM
;
571 case gl_error_bit::kInvalidValue
:
572 return GL_INVALID_VALUE
;
573 case gl_error_bit::kInvalidOperation
:
574 return GL_INVALID_OPERATION
;
575 case gl_error_bit::kOutOfMemory
:
576 return GL_OUT_OF_MEMORY
;
577 case gl_error_bit::kInvalidFrameBufferOperation
:
578 return GL_INVALID_FRAMEBUFFER_OPERATION
;
585 uint32
GLES2Util::IndexToGLFaceTarget(int index
) {
586 static uint32 faces
[] = {
587 GL_TEXTURE_CUBE_MAP_POSITIVE_X
,
588 GL_TEXTURE_CUBE_MAP_NEGATIVE_X
,
589 GL_TEXTURE_CUBE_MAP_POSITIVE_Y
,
590 GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
,
591 GL_TEXTURE_CUBE_MAP_POSITIVE_Z
,
592 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
,
597 size_t GLES2Util::GLTargetToFaceIndex(uint32 target
) {
600 case GL_TEXTURE_EXTERNAL_OES
:
601 case GL_TEXTURE_RECTANGLE_ARB
:
603 case GL_TEXTURE_CUBE_MAP_POSITIVE_X
:
605 case GL_TEXTURE_CUBE_MAP_NEGATIVE_X
:
607 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y
:
609 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Y
:
611 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z
:
613 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
:
621 uint32
GLES2Util::GetPreferredGLReadPixelsFormat(uint32 internal_format
) {
622 switch (internal_format
) {
634 uint32
GLES2Util::GetPreferredGLReadPixelsType(
635 uint32 internal_format
, uint32 texture_type
) {
636 switch (internal_format
) {
642 return GL_HALF_FLOAT_OES
;
645 // Unsized internal format, check the type
646 switch (texture_type
) {
648 case GL_HALF_FLOAT_OES
:
651 return GL_UNSIGNED_BYTE
;
654 return GL_UNSIGNED_BYTE
;
658 uint32
GLES2Util::GetChannelsForFormat(int format
) {
661 case GL_ALPHA16F_EXT
:
662 case GL_ALPHA32F_EXT
:
666 case GL_LUMINANCE_ALPHA
:
683 case GL_DEPTH_COMPONENT32_OES
:
684 case GL_DEPTH_COMPONENT24_OES
:
685 case GL_DEPTH_COMPONENT16
:
686 case GL_DEPTH_COMPONENT
:
688 case GL_STENCIL_INDEX8
:
690 case GL_DEPTH_STENCIL_OES
:
691 case GL_DEPTH24_STENCIL8_OES
:
692 return kDepth
| kStencil
;
698 uint32
GLES2Util::GetChannelsNeededForAttachmentType(
699 int type
, uint32 max_color_attachments
) {
701 case GL_DEPTH_ATTACHMENT
:
703 case GL_STENCIL_ATTACHMENT
:
706 if (type
>= GL_COLOR_ATTACHMENT0
&&
707 type
< static_cast<int>(
708 GL_COLOR_ATTACHMENT0
+ max_color_attachments
)) {
715 std::string
GLES2Util::GetStringEnum(uint32 value
) {
716 const EnumToString
* entry
= enum_to_string_table_
;
717 const EnumToString
* end
= entry
+ enum_to_string_table_len_
;
718 for (;entry
< end
; ++entry
) {
719 if (value
== entry
->value
) {
723 std::stringstream ss
;
725 ss
.width(value
< 0x10000 ? 4 : 8);
726 ss
<< std::hex
<< value
;
727 return "0x" + ss
.str();
730 std::string
GLES2Util::GetStringError(uint32 value
) {
731 static EnumToString string_table
[] = {
732 { GL_NONE
, "GL_NONE" },
734 return GLES2Util::GetQualifiedEnumString(
735 string_table
, arraysize(string_table
), value
);
738 std::string
GLES2Util::GetStringBool(uint32 value
) {
739 return value
? "GL_TRUE" : "GL_FALSE";
742 std::string
GLES2Util::GetQualifiedEnumString(
743 const EnumToString
* table
, size_t count
, uint32 value
) {
744 for (const EnumToString
* end
= table
+ count
; table
< end
; ++table
) {
745 if (table
->value
== value
) {
749 return GetStringEnum(value
);
752 bool GLES2Util::ParseUniformName(
753 const std::string
& name
,
756 bool* getting_array
) {
757 bool getting_array_location
= false;
758 size_t open_pos
= std::string::npos
;
760 if (name
[name
.size() - 1] == ']') {
761 if (name
.size() < 3) {
764 open_pos
= name
.find_last_of('[');
765 if (open_pos
== std::string::npos
||
766 open_pos
>= name
.size() - 2) {
769 size_t last
= name
.size() - 1;
770 for (size_t pos
= open_pos
+ 1; pos
< last
; ++pos
) {
771 int8 digit
= name
[pos
] - '0';
772 if (digit
< 0 || digit
> 9) {
775 index
= index
* 10 + digit
;
777 getting_array_location
= true;
779 *getting_array
= getting_array_location
;
780 *element_index
= index
;
781 *array_pos
= open_pos
;
787 // WebGraphicsContext3DCommandBufferImpl configuration attributes. Those in
788 // the 16-bit range are the same as used by EGL. Those outside the 16-bit range
789 // are unique to Chromium. Attributes are matched using a closest fit algorithm.
792 const int32 kAlphaSize
= 0x3021; // EGL_ALPHA_SIZE
793 const int32 kBlueSize
= 0x3022; // EGL_BLUE_SIZE
794 const int32 kGreenSize
= 0x3023; // EGL_GREEN_SIZE
795 const int32 kRedSize
= 0x3024; // EGL_RED_SIZE
796 const int32 kDepthSize
= 0x3025; // EGL_DEPTH_SIZE
797 const int32 kStencilSize
= 0x3026; // EGL_STENCIL_SIZE
798 const int32 kSamples
= 0x3031; // EGL_SAMPLES
799 const int32 kSampleBuffers
= 0x3032; // EGL_SAMPLE_BUFFERS
800 const int32 kNone
= 0x3038; // EGL_NONE
801 const int32 kSwapBehavior
= 0x3093; // EGL_SWAP_BEHAVIOR
802 const int32 kBufferPreserved
= 0x3094; // EGL_BUFFER_PRESERVED
803 const int32 kBufferDestroyed
= 0x3095; // EGL_BUFFER_DESTROYED
806 const int32 kBindGeneratesResource
= 0x10000;
807 const int32 kFailIfMajorPerfCaveat
= 0x10001;
808 const int32 kLoseContextWhenOutOfMemory
= 0x10002;
812 ContextCreationAttribHelper::ContextCreationAttribHelper()
821 buffer_preserved(true),
822 bind_generates_resource(true),
823 fail_if_major_perf_caveat(false),
824 lose_context_when_out_of_memory(false) {}
826 void ContextCreationAttribHelper::Serialize(std::vector
<int32
>* attribs
) const {
827 if (alpha_size
!= -1) {
828 attribs
->push_back(kAlphaSize
);
829 attribs
->push_back(alpha_size
);
831 if (blue_size
!= -1) {
832 attribs
->push_back(kBlueSize
);
833 attribs
->push_back(blue_size
);
835 if (green_size
!= -1) {
836 attribs
->push_back(kGreenSize
);
837 attribs
->push_back(green_size
);
839 if (red_size
!= -1) {
840 attribs
->push_back(kRedSize
);
841 attribs
->push_back(red_size
);
843 if (depth_size
!= -1) {
844 attribs
->push_back(kDepthSize
);
845 attribs
->push_back(depth_size
);
847 if (stencil_size
!= -1) {
848 attribs
->push_back(kStencilSize
);
849 attribs
->push_back(stencil_size
);
852 attribs
->push_back(kSamples
);
853 attribs
->push_back(samples
);
855 if (sample_buffers
!= -1) {
856 attribs
->push_back(kSampleBuffers
);
857 attribs
->push_back(sample_buffers
);
859 attribs
->push_back(kSwapBehavior
);
860 attribs
->push_back(buffer_preserved
? kBufferPreserved
: kBufferDestroyed
);
861 attribs
->push_back(kBindGeneratesResource
);
862 attribs
->push_back(bind_generates_resource
? 1 : 0);
863 attribs
->push_back(kFailIfMajorPerfCaveat
);
864 attribs
->push_back(fail_if_major_perf_caveat
? 1 : 0);
865 attribs
->push_back(kLoseContextWhenOutOfMemory
);
866 attribs
->push_back(lose_context_when_out_of_memory
? 1 : 0);
867 attribs
->push_back(kNone
);
870 bool ContextCreationAttribHelper::Parse(const std::vector
<int32
>& attribs
) {
871 for (size_t i
= 0; i
< attribs
.size(); i
+= 2) {
872 const int32 attrib
= attribs
[i
];
873 if (i
+ 1 >= attribs
.size()) {
874 if (attrib
== kNone
) {
878 DLOG(ERROR
) << "Missing value after context creation attribute: "
883 const int32 value
= attribs
[i
+1];
901 stencil_size
= value
;
907 sample_buffers
= value
;
910 buffer_preserved
= value
== kBufferPreserved
;
912 case kBindGeneratesResource
:
913 bind_generates_resource
= value
!= 0;
915 case kFailIfMajorPerfCaveat
:
916 fail_if_major_perf_caveat
= value
!= 0;
918 case kLoseContextWhenOutOfMemory
:
919 lose_context_when_out_of_memory
= value
!= 0;
922 // Terminate list, even if more attributes.
925 DLOG(ERROR
) << "Invalid context creation attribute: " << attrib
;
933 #include "gpu/command_buffer/common/gles2_cmd_utils_implementation_autogen.h"