Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:GL_RENDERBUFFER

43     else if (type == GL_RENDERBUFFER)
100 if (mColorbufferPointer.id() == renderbuffer && mColorbufferType == GL_RENDERBUFFER)
106 if (mDepthbufferPointer.id() == renderbuffer && mDepthbufferType == GL_RENDERBUFFER)
112 if (mStencilbufferPointer.id() == renderbuffer && mStencilbufferType == GL_RENDERBUFFER)
308 if (mColorbufferType == GL_RENDERBUFFER)
349 if (mDepthbufferType != GL_RENDERBUFFER)
388 if (mStencilbufferType != GL_RENDERBUFFER)
425 if (mDepthbufferType == GL_RENDERBUFFER && mStencilbufferType == GL_RENDERBUFFER)
440 mColorbufferType = GL_RENDERBUFFER;
441 mDepthbufferType = (depthStencil->getDepthSize() != 0) ? GL_RENDERBUFFER : GL_NONE;
442 mStencilbufferType = (depthStencil->getStencilSize() != 0) ? GL_RENDERBUFFER : GL_NONE;