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

  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 43 glType(p_glType),
96 int glType; // OpenGL type enum used when uploading to host
  /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)
70 *glType = GraphicsContext3D::UNSIGNED_BYTE;
75 *glType = GraphicsContext3D::UNSIGNED_BYTE;
78 *glType = GraphicsContext3D::UNSIGNED_BYTE;
110 unsigned int glType = 0;
112 convertFormat(context, format, &glFormat, &glType, &swizzle);
117 0, glFormat, glType);
159 unsigned int glType = 0;
161 convertFormat(m_context, m_format, &glFormat, &glType, &swizzle);
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE)
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 65 GLenum glType;
72 int glType;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 200 GLenum glType = 0;
210 glType = GL_UNSIGNED_BYTE;
215 glType = GL_UNSIGNED_BYTE;
220 glType = GL_UNSIGNED_SHORT_5_6_5;
225 glType = GL_UNSIGNED_SHORT_5_5_5_1;
230 glType = GL_UNSIGNED_SHORT_4_4_4_4;
241 glType = GL_UNSIGNED_SHORT;
251 glType = GL_UNSIGNED_BYTE;
312 glFormat, glType);
751 int bpp = glUtilsPixelBitSize(cb->glFormat, cb->glType) >> 3
    [all...]

Completed in 114 milliseconds