Home
last modified time | relevance | path

Searched refs:GL_RGBA (Results 1 – 14 of 14) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLESTextureUtils.cpp47 case GL_RGBA: return sizeof(char) * 4; in computePixelSize()
76 case GL_RGBA: return sizeof(unsigned char) * 4; in computePixelSize()
170 case GL_RGBA: return sizeof(float) * 4; in computePixelSize()
190 case GL_RGBA: return sizeof(unsigned short) * 4; in computePixelSize()
DglUtils.cpp535 case GL_RGBA: in glUtilsPixelBitSize()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp120 glFormat = GL_RGBA; in allocateImpl()
189 glFormat = GL_RGBA; in allocateImpl()
197 glFormat = GL_RGBA; in allocateImpl()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp234 case GL_RGBA: in readPixelsFormat()
502 case GL_RGBA: in unsizedFormat()
640 f(GL_RGBA) \
713 case GL_RGBA: in pixelFormat()
DGL2Encoder.cpp2833 case GL_RGBA: in isCompleteFbo()
/device/generic/goldfish/camera/
DEmulatedFakeRotatingCameraDevice.cpp145 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, mPixelBuf); in render()
177 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, width, width, 0, GL_RGBA, GL_UNSIGNED_BYTE, myrgba2); in create_texture_dotx()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp550 glFormat = GL_RGBA; in gralloc_alloc()
616 glFormat = GL_RGBA; in gralloc_alloc()
Dgralloc_old.cpp668 glFormat = GL_RGBA; in gralloc_alloc()
742 glFormat = GL_RGBA; in gralloc_alloc()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp610 else *format = GL_RGBA; in getConfigGLPixelFormat()
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2.h207 #define GL_RGBA 0x1908 macro
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h364 #define GL_RGBA 0x1908 macro
/device/generic/opengl-transport/host/libs/virglrenderer/
DAVDVirglRenderer.cpp954 GLenum format = GL_RGBA; in virgl_renderer_resource_get_info()
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h207 #define GL_RGBA 0x1908 macro
Dgl31.h207 #define GL_RGBA 0x1908 macro