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

  /frameworks/base/libs/rs/driver/
rsdAllocation.h 45 GLenum glFormat;
  /development/tools/emulator/opengl/system/OpenglSystemCommon/
gralloc_cb.h 24 glFormat(p_glFormat),
75 int glFormat; // OpenGL format enum used for host h/w color buffer
  /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...]
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 150 GLenum glFormat = 0;
159 glFormat = GL_RGBA;
164 glFormat = GL_RGB;
169 glFormat = GL_RGB;
174 glFormat = GL_RGB5_A1_OES;
179 glFormat = GL_RGBA4_OES;
218 w, h, glFormat, glType);
241 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);
631 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3;
647 cb->glFormat, cb->glType
    [all...]

Completed in 790 milliseconds