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

  /frameworks/rs/driver/
rsdAllocation.h 55 GLenum glFormat;
62 int glFormat;
  /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...]

Completed in 52 milliseconds