Home | History | Annotate | Download | only in surfaceflinger

Lines Matching refs:GL_RENDERBUFFER_OES

2357     glBindRenderbufferOES(GL_RENDERBUFFER_OES, tname);
2358 glRenderbufferStorageOES(GL_RENDERBUFFER_OES, GL_RGBA8_OES, sw, sh);
2363 GL_COLOR_ATTACHMENT0_OES, GL_RENDERBUFFER_OES, tname);