Lines Matching refs:glFormat
117 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
145 RSD_CALL_GL(glTexImage2D, t, lod, drv->glFormat,
148 0, drv->glFormat, drv->glType, p);
153 drv->glFormat, drv->glType, p);
176 if (!drv->glType || !drv->glFormat) {
207 if (!drv->glFormat) {
221 RSD_CALL_GL(glRenderbufferStorage, GL_RENDERBUFFER, drv->glFormat,
448 drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind());
451 drv->glFormat = 0;
576 drv->glFormat, drv->glType, alloc->mHal.drvState.lod[0].mallocPtr);