| |
OGLStateCache ( in OGLStateCache other ) |
| |
OGLStateCache () |
| |
activeTexture ! ( in UInt32 index ) |
| |
bindBuffer ! ( in UInt32 target, in UInt32 buffer ) |
| |
bindFramebuffer ! ( in UInt32 target, in UInt32 framebuffer ) |
| |
bindRenderbuffer ! ( in UInt32 index ) |
| |
bindTexture ! ( in UInt32 target, in UInt32 texture ) |
| |
bindTexture ! ( in UInt32 textureIndex, in UInt32 target, in UInt32 texture ) |
| |
bindVertexArray ! ( in UInt32 index ) |
| |
blendColor ! ( in Color color ) |
| |
blendEquation ! ( in UInt32 mode ) |
| |
blendEquationSeparate ! ( in UInt32 modeRGB, in UInt32 modeAlpha ) |
| |
blendFunc ! ( in UInt32 src, in UInt32 dst ) |
| |
blendFuncSeparate ! ( in UInt32 srcRGB, in UInt32 dstRGB, in UInt32 srcAlpha, in UInt32 dstAlpha ) |
| |
cleanup ! () |
| OGLStateCache |
clone ? () |
| |
colorMask ! ( in Boolean r, in Boolean g, in Boolean b, in Boolean a ) |
| |
colorMaski ! ( in UInt32 index, in Boolean r, in Boolean g, in Boolean b, in Boolean a ) |
| |
cullFace ! ( in UInt32 mode ) |
| |
depthFunc ! ( in UInt32 glDepthFunction ) |
| |
depthMask ! ( in Boolean mask ) |
| |
disableAllVertexAttribArrays ! () |
| |
disableVertexAttribArray ! ( in UInt32 index ) |
| |
drawBuffer ! ( in UInt32 mode ) |
| |
drawBuffers ! ( in LocalL16UInt32Array buffers ) |
| |
enableBlend ! ( in Boolean enable ) |
| |
enableCullFace ! ( in Boolean enable ) |
| |
enableDepthTest ! ( in Boolean enable ) |
| |
enablePolygonOffsetFill ! ( in Boolean enable ) |
| |
enablePolygonOffsetLine ! ( in Boolean enable ) |
| |
enablePolygonOffsetPoint ! ( in Boolean enable ) |
| |
enableStencilTest ! ( in Boolean enable ) |
| |
enableVertexAttribArray ! ( in UInt32 index ) |
| UInt32 |
getActiveTextureIndex ? () |
| UInt32 |
getBoundBuffer ! () |
| Size |
getDrawBufferIndexForColorAttachmentIndex ? ( in UInt32 attachmentIndex ) |
| Boolean |
hasBoundVertexArray ? () |
| |
lineWidth ! ( in Scalar width ) |
| |
pointSize ! ( in Scalar size ) |
| |
polygonOffset ! ( in Scalar factor, in Scalar units ) |
| |
readBuffer ! ( in UInt32 mode ) |
| |
reset ! () |
| |
setVertexAttribArrayCount ! ( in Size count ) |
| |
stencilFunc ! ( in UInt32 func, in UInt32 ref, in UInt32 mask ) |
| |
stencilFuncSeparate ! ( in UInt32 face, in UInt32 func, in UInt32 ref, in UInt32 mask ) |
| |
stencilMask ! ( in UInt32 mask ) |
| |
stencilMaskSeparate ! ( in UInt32 face, in UInt32 mask ) |
| |
stencilOp ! ( in UInt32 sfail, in UInt32 dpfail, in UInt32 dppass ) |
| |
stencilOpSeparate ! ( in UInt32 face, in UInt32 sfail, in UInt32 dpfail, in UInt32 dppass ) |
| |
useProgram ! ( in UInt32 program ) |
| |
vertexAttribPointer ! ( in UInt32 index, in UInt32 size, in UInt32 type, in Boolean normalized, in UInt32 stride ) |
| |
vertexAttribPointer ! ( in UInt32 index, in UInt32 size, in UInt32 type, in Boolean normalized, in UInt32 stride, in UInt32 bufferID ) |
| |
viewport ! ( in Size x, in Size y, in Size width, in Size height ) |