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

  /frameworks/rs/driver/
rsdAllocation.h 47 GLenum glFormat;
  /external/webkit/Source/WebCore/platform/graphics/gpu/
Texture.cpp 64 static void convertFormat(GraphicsContext3D* context, Texture::Format format, unsigned int* glFormat, unsigned int* glType, bool* swizzle)
69 *glFormat = GraphicsContext3D::RGBA;
74 *glFormat = Extensions3D::BGRA_EXT;
77 *glFormat = GraphicsContext3D::RGBA;
109 unsigned int glFormat = 0;
112 convertFormat(context, format, &glFormat, &glType, &swizzle);
114 context->texImage2DResourceSafe(GraphicsContext3D::TEXTURE_2D, 0, glFormat,
117 0, glFormat, glType);
158 unsigned int glFormat = 0;
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle)
    [all...]
  /sdk/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 40 glFormat(p_glFormat),
91 int glFormat; // OpenGL format enum used for host h/w color buffer
  /sdk/emulator/opengl/system/gralloc/
gralloc.cpp 152 GLenum glFormat = 0;
162 glFormat = GL_RGBA;
167 glFormat = GL_RGB;
172 glFormat = GL_RGB;
177 glFormat = GL_RGB5_A1_OES;
182 glFormat = GL_RGBA4_OES;
192 glFormat = GL_LUMINANCE;
232 w, h, glFormat, glType);
255 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
647 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3
    [all...]

Completed in 236 milliseconds