Searched refs:glFormat (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/driver/
H A DrsdAllocation.h55 GLenum glFormat; member in struct:DrvAllocation
62 int glFormat; member in struct:DrvAllocation
H A DrsdAllocation.cpp117 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, dr
[all...]

Completed in 506 milliseconds