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

  /frameworks/native/opengl/libagl/
TextureObjectManager.h 52 void setImageBits(void* vaddr) { surface.data = (GGLubyte*)vaddr; }
TextureObjectManager.cpp 171 surface.data = (GGLubyte*)malloc(size);
204 mipmap.data = (GGLubyte*)malloc(size);
egl.cpp 397 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2);
551 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2);
591 buffer.data = (GGLubyte*)bits;
606 buffer.data = (GGLubyte*)bits; // FIXME: hopefully is is LOCKED!!!
669 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2);
742 pbuffer.data = (GGLubyte*)malloc(size);
749 depth.data = (GGLubyte*)malloc(depth.stride*depth.height*2);
    [all...]
  /system/core/include/pixelflinger/
pixelflinger.h 37 typedef uint8_t GGLubyte; // ub
192 GGLubyte* data; // pointer to the bits
193 GGLubyte format; // pixel format
194 GGLubyte rfu[3]; // must be zero
  /system/core/include/private/pixelflinger/
ggl_context.h 351 GGLubyte* data;
352 GGLubyte format;
353 GGLubyte dirty;
354 GGLubyte pad[2];

Completed in 71 milliseconds