HomeSort by relevance Sort by last modified time
    Searched refs:glFormat (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 42 glFormat(p_glFormat),
95 int glFormat; // OpenGL format enum used for host h/w color buffer
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 199 GLenum glFormat = 0;
209 glFormat = GL_RGBA;
214 glFormat = GL_RGB;
219 glFormat = GL_RGB;
230 glFormat = GL_LUMINANCE;
240 glFormat = GL_LUMINANCE;
302 glFormat, glType);
328 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
741 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
757 cb->glFormat, cb->glType
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 55 GLenum glFormat;
62 int glFormat;
rsdAllocation.cpp 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)
    [all...]

Completed in 50 milliseconds