| /device/generic/vulkan-cereal/gl-host-common/opengl/ |
| D | GpuFrameBridge.cpp | 46 void* pixels; member 123 const void* pixels) override { in postRecordFrame() 129 const void* pixels) override { in postRecordFrameAsync() 177 void postFrame(int width, int height, const void* pixels, bool copy) { in postFrame()
|
| /device/generic/vulkan-cereal/stream-servers/gl/ |
| D | ColorBufferGl.cpp | 369 void* pixels) { in readPixels() 394 int rotation, Rect rect, void* pixels) { in readPixelsScaled() 457 void ColorBufferGl::readPixelsYUVCached(int x, int y, int width, int height, void* pixels, in readPixelsYUVCached() 551 const void* pixels) { in subUpdate() 558 GLenum p_type, const void* pixels) { in subUpdateFromFrameworkFormat() 606 bool ColorBufferGl::readContents(size_t* numBytes, void* pixels) { in readContents()
|
| D | YUVConverter.cpp | 466 static void readYUVTex(GLuint tex, FrameworkFormat format, YUVPlane plane, void* pixels, in readYUVTex() 505 const void* pixels) { in subUpdateYUVGLTex() 851 void YUVConverter::readPixels(uint8_t* pixels, uint32_t pixels_size) { in readPixels() 897 void YUVConverter::drawConvert(int x, int y, int width, int height, const char* pixels) { in drawConvert() 902 int height, const char* pixels) { in drawConvertFromFormat()
|
| D | ReadbackWorkerGl.cpp | 238 void* pixels = s_gles2.glMapBufferRange(GL_COPY_READ_BUFFER, 0, bytes, GL_MAP_READ_BIT); in getPixels() local
|
| /device/generic/vulkan-cereal/stream-servers/tests/ |
| D | TextureDraw_unittest.cpp | 47 std::vector<unsigned char> pixels(bytes); in TestTextureDrawBasic() local 111 std::vector<unsigned char> pixels(bytes); in TestTextureDrawLayer() local
|
| D | ImageUtils.cpp | 53 bool SaveRGBAToPng(uint32_t width, uint32_t height, const uint32_t* pixels, in SaveRGBAToPng()
|
| D | DisplayVk_unittest.cpp | 224 std::vector<uint32_t> pixels(textureWidth * textureHeight, 0); in TEST_F() local 235 std::vector<uint32_t> pixels(textureWidth * textureHeight); in TEST_F() local
|
| D | CompositorVk_unittest.cpp | 256 const std::vector<uint32_t> pixels(image->numOfPixels(), color); in fillImageWith() local
|
| /device/generic/goldfish-opengl/system/GLESv2_enc/ |
| D | IOStream2.cpp | 11 …ixels(void* context, int width, int height, unsigned int format, unsigned int type, void* pixels) { in readbackPixels() 70 …xt, int width, int height, int depth, unsigned int format, unsigned int type, const void* pixels) { in uploadPixels()
|
| /device/generic/goldfish-opengl/system/renderControl_enc/ |
| D | renderControl_entry.cpp | 224 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcReadColorBuffer() 230 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcUpdateColorBuffer() 290 …nt x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixel… in rcUpdateColorBufferDMA() 362 …UV(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* pixels, uint32_t pixel… in rcReadColorBufferYUV() 470 …nt x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixel… in rcReadColorBufferDMA()
|
| D | renderControl_enc.cpp | 902 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcReadColorBuffer_enc() 949 …colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels) in rcUpdateColorBuffer_enc() 1350 …nt x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixel… in rcUpdateColorBufferDMA_enc() 1888 … , uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* pixels, uint32_t pixel… in rcReadColorBufferYUV_enc() 2560 …nt x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixel… in rcReadColorBufferDMA_enc()
|
| /device/generic/vulkan-cereal/stream-servers/ |
| D | RendererImpl.cpp | 382 uint8_t* pixels, size_t* cPixels, int displayId = 0, in getScreenshot() 544 void* pixels) { in __anon37b677d40a02() 554 void* pixels) { in __anon37b677d40c02() 560 uint32_t pixels_size) { in __anon37b677d40d02() 620 uint32_t format, uint32_t type, void* pixels, void* pMetadata) { in __anon37b677d41f02()
|
| D | ColorBuffer.cpp | 195 GLenum pixelsType, const void* pixels) { in updateFromBytes() 212 GLenum pixelsType, const void* pixels) { in updateFromBytes()
|
| D | RenderControl.cpp | 1003 GLenum format, GLenum type, void* pixels) in rcReadColorBuffer() 1016 GLenum format, GLenum type, void* pixels) in rcUpdateColorBuffer() 1038 void* pixels, uint32_t pixels_size) in rcUpdateColorBufferDMA() 1355 void* pixels, uint32_t pixels_size) in rcReadColorBufferYUV() 1502 GLenum format, GLenum type, void* pixels, uint32_t pixels_size) in rcReadColorBufferDMA()
|
| D | FrameBuffer.cpp | 1829 GLenum format, GLenum type, void* pixels) { in readColorBuffer() 1842 void* pixels, uint32_t pixels_size) { in readColorBufferYUV() 1965 void* pixels) { in updateColorBuffer() 1986 GLenum type, void* pixels) { in updateColorBufferFromFrameworkFormat() 2004 HandleType p_colorbuffer, size_t* numBytes, void* pixels) { in readColorBufferContents() 2474 void FrameBuffer::doPostCallback(void* pixels, uint32_t displayId) { in doPostCallback() 2485 void FrameBuffer::getPixels(void* pixels, uint32_t bytes, uint32_t displayId) { in getPixels() 2522 void* pixels, uint32_t bytes, uint32_t displayId) { in sFrameBuffer_ReadPixelsCallback() 2593 uint8_t* pixels, size_t* cPixels, int displayId, int desiredWidth, in getScreenshot()
|
| D | PostCommands.h | 56 void* pixels; member
|
| D | PostWorker.cpp | 346 int rotation, void* pixels, Rect rect) { in screenshot()
|
| /device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/ |
| D | Xfixes.h | 91 unsigned long *pixels; member 108 unsigned long *pixels; member
|
| /device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/ |
| D | YUVConverter.cpp | 188 void* pixels) { in subUpdateYUVGLTex() 414 char* pixels) { in drawConvert()
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ |
| D | SaveableTexture.cpp | 944 const void* pixels = in restore() local 970 const void* pixels = in restore() local
|
| D | rgtc.cpp | 107 uint8_t pixels[kBlockSize * kBlockSize * 2]; in rgtc_decode_image() local
|
| /device/generic/vulkan-cereal/third-party/astc-encoder/Source/ |
| D | astcenccli_error_metrics.cpp | 292 double pixels = static_cast<double>(dim_x * dim_y * dim_z); in compute_error_metrics() local
|
| /device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/ |
| D | GLESv2Imp.cpp | 3307 …ixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels){ in glReadPixels() 3553 GLenum format, GLenum type, GLint samples, const GLvoid* pixels, in sPrepareTexImage2D() 3609 …at, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid* pixels){ in glTexImage2D() 3720 … GL_APIENTRY glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid* pixels){ in glGetTexImage() 3873 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels){ in glTexSubImage2D()
|
| /device/generic/opengl-transport/host/libs/virglrenderer/ |
| D | AVDVirglRenderer.cpp | 483 void* pixels = malloc(res->linearSize); in virgl_renderer_get_cursor_data() local
|
| /device/generic/vulkan-cereal/third-party/stb/include/stb/ |
| D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() 1128 STBIWDEF unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x,… in stbi_write_png_to_mem()
|