-
- BLEND_EQUATION |
- 0x8009 |
-
- Passed to getParameter to get the current RGB blend
- function.
- |
-
-
- BLEND_EQUATION_RGB |
- 0x8009 |
-
- Passed to getParameter to get the current RGB blend
- function. Same as BLEND_EQUATION
- |
-
-
- BLEND_EQUATION_ALPHA |
- 0x883D |
-
- Passed to getParameter to get the current alpha blend
- function.
- |
-
-
- BLEND_DST_RGB |
- 0x80C8 |
-
- Passed to getParameter to get the current destination RGB
- blend function.
- |
-
-
- BLEND_SRC_RGB |
- 0x80C9 |
-
- Passed to getParameter to get the current destination RGB
- blend function.
- |
-
-
- BLEND_DST_ALPHA |
- 0x80CA |
-
- Passed to getParameter to get the current destination alpha
- blend function.
- |
-
-
- BLEND_SRC_ALPHA |
- 0x80CB |
-
- Passed to getParameter to get the current source alpha
- blend function.
- |
-
-
- BLEND_COLOR |
- 0x8005 |
-
- Passed to getParameter to return a the current blend color.
- |
-
-
- ARRAY_BUFFER_BINDING |
- 0x8894 |
-
- Passed to getParameter to get the array buffer binding.
- |
-
-
- ELEMENT_ARRAY_BUFFER_BINDING |
- 0x8895 |
-
- Passed to getParameter to get the current element array
- buffer.
- |
-
-
- LINE_WIDTH |
- 0x0B21 |
-
- Passed to getParameter to get the current
- lineWidth (set by the lineWidth method).
- |
-
-
- ALIASED_POINT_SIZE_RANGE |
- 0x846D |
-
- Passed to getParameter to get the current size of a point
- drawn with gl.POINTS
- |
-
-
- ALIASED_LINE_WIDTH_RANGE |
- 0x846E |
-
- Passed to getParameter to get the range of available widths for a line.
- The getParameter method then returns an array with two elements: the first element is the minimum width value and the second element is the maximum width value.
- |
-
-
- CULL_FACE_MODE |
- 0x0B45 |
-
- Passed to getParameter to get the current value of
- cullFace . Should return FRONT ,
- BACK , or FRONT_AND_BACK
- |
-
-
- FRONT_FACE |
- 0x0B46 |
-
- Passed to getParameter to determine the current value of
- frontFace . Should return CW or
- CCW .
- |
-
-
- DEPTH_RANGE |
- 0x0B70 |
-
- Passed to getParameter to return a length-2 array of floats
- giving the current depth range.
- |
-
-
- DEPTH_WRITEMASK |
- 0x0B72 |
-
- Passed to getParameter to determine if the depth write mask
- is enabled.
- |
-
-
- DEPTH_CLEAR_VALUE |
- 0x0B73 |
-
- Passed to getParameter to determine the current depth clear
- value.
- |
-
-
- DEPTH_FUNC |
- 0x0B74 |
-
- Passed to getParameter to get the current depth function.
- Returns NEVER , ALWAYS , LESS ,
- EQUAL , LEQUAL , GREATER ,
- GEQUAL , or NOTEQUAL .
- |
-
-
- STENCIL_CLEAR_VALUE |
- 0x0B91 |
-
- Passed to getParameter to get the value the stencil will be
- cleared to.
- |
-
-
- STENCIL_FUNC |
- 0x0B92 |
-
- Passed to getParameter to get the current stencil function.
- Returns NEVER , ALWAYS , LESS ,
- EQUAL , LEQUAL , GREATER ,
- GEQUAL , or NOTEQUAL .
- |
-
-
- STENCIL_FAIL |
- 0x0B94 |
-
- Passed to getParameter to get the current stencil fail
- function. Should return KEEP , REPLACE ,
- INCR , DECR , INVERT ,
- INCR_WRAP , or DECR_WRAP .
- |
-
-
- STENCIL_PASS_DEPTH_FAIL |
- 0x0B95 |
-
- Passed to getParameter to get the current stencil fail
- function should the depth buffer test fail. Should return
- KEEP , REPLACE , INCR ,
- DECR , INVERT , INCR_WRAP , or
- DECR_WRAP .
- |
-
-
- STENCIL_PASS_DEPTH_PASS |
- 0x0B96 |
-
- Passed to getParameter to get the current stencil fail
- function should the depth buffer test pass. Should return KEEP, REPLACE,
- INCR, DECR, INVERT, INCR_WRAP, or DECR_WRAP.
- |
-
-
- STENCIL_REF |
- 0x0B97 |
-
- Passed to getParameter to get the reference value used for
- stencil tests.
- |
-
-
- STENCIL_VALUE_MASK |
- 0x0B93 |
- |
-
-
- STENCIL_WRITEMASK |
- 0x0B98 |
- |
-
-
- STENCIL_BACK_FUNC |
- 0x8800 |
- |
-
-
- STENCIL_BACK_FAIL |
- 0x8801 |
- |
-
-
- STENCIL_BACK_PASS_DEPTH_FAIL |
- 0x8802 |
- |
-
-
- STENCIL_BACK_PASS_DEPTH_PASS |
- 0x8803 |
- |
-
-
- STENCIL_BACK_REF |
- 0x8CA3 |
- |
-
-
- STENCIL_BACK_VALUE_MASK |
- 0x8CA4 |
- |
-
-
- STENCIL_BACK_WRITEMASK |
- 0x8CA5 |
- |
-
-
- VIEWPORT |
- 0x0BA2 |
-
- Returns an {{jsxref("Int32Array")}} with four elements for the
- current viewport dimensions.
- |
-
-
- SCISSOR_BOX |
- 0x0C10 |
-
- Returns an {{jsxref("Int32Array")}} with four elements for the
- current scissor box dimensions.
- |
-
-
- COLOR_CLEAR_VALUE |
- 0x0C22 |
- |
-
-
- COLOR_WRITEMASK |
- 0x0C23 |
- |
-
-
- UNPACK_ALIGNMENT |
- 0x0CF5 |
- |
-
-
- PACK_ALIGNMENT |
- 0x0D05 |
- |
-
-
- MAX_TEXTURE_SIZE |
- 0x0D33 |
- |
-
-
- MAX_VIEWPORT_DIMS |
- 0x0D3A |
- |
-
-
- SUBPIXEL_BITS |
- 0x0D50 |
- |
-
-
- RED_BITS |
- 0x0D52 |
- |
-
-
- GREEN_BITS |
- 0x0D53 |
- |
-
-
- BLUE_BITS |
- 0x0D54 |
- |
-
-
- ALPHA_BITS |
- 0x0D55 |
- |
-
-
- DEPTH_BITS |
- 0x0D56 |
- |
-
-
- STENCIL_BITS |
- 0x0D57 |
- |
-
-
- POLYGON_OFFSET_UNITS |
- 0x2A00 |
- |
-
-
- POLYGON_OFFSET_FACTOR |
- 0x8038 |
- |
-
-
- TEXTURE_BINDING_2D |
- 0x8069 |
- |
-
-
- SAMPLE_BUFFERS |
- 0x80A8 |
- |
-
-
- SAMPLES |
- 0x80A9 |
- |
-
-
- SAMPLE_COVERAGE_VALUE |
- 0x80AA |
- |
-
-
- SAMPLE_COVERAGE_INVERT |
- 0x80AB |
- |
-
-
- COMPRESSED_TEXTURE_FORMATS |
- 0x86A3 |
- |
-
-
- VENDOR |
- 0x1F00 |
- |
-
-
- RENDERER |
- 0x1F01 |
- |
-
-
- VERSION |
- 0x1F02 |
- |
-
-
- IMPLEMENTATION_COLOR_READ_TYPE |
- 0x8B9A |
- |
-
-
- IMPLEMENTATION_COLOR_READ_FORMAT |
- 0x8B9B |
- |
-
-
- BROWSER_DEFAULT_WEBGL |
- 0x9244 |
- |
-
-
-