Home
last modified time | relevance | path

Searched defs:pixels (Results 1 – 25 of 37) sorted by relevance

12

/device/generic/vulkan-cereal/gl-host-common/opengl/
DGpuFrameBridge.cpp46 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/
DColorBufferGl.cpp369 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()
DYUVConverter.cpp466 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()
DReadbackWorkerGl.cpp238 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/
DTextureDraw_unittest.cpp47 std::vector<unsigned char> pixels(bytes); in TestTextureDrawBasic() local
111 std::vector<unsigned char> pixels(bytes); in TestTextureDrawLayer() local
DImageUtils.cpp53 bool SaveRGBAToPng(uint32_t width, uint32_t height, const uint32_t* pixels, in SaveRGBAToPng()
DDisplayVk_unittest.cpp224 std::vector<uint32_t> pixels(textureWidth * textureHeight, 0); in TEST_F() local
235 std::vector<uint32_t> pixels(textureWidth * textureHeight); in TEST_F() local
DCompositorVk_unittest.cpp256 const std::vector<uint32_t> pixels(image->numOfPixels(), color); in fillImageWith() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
DIOStream2.cpp11 …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/
DrenderControl_entry.cpp224 …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()
DrenderControl_enc.cpp902 …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/
DRendererImpl.cpp382 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()
DColorBuffer.cpp195 GLenum pixelsType, const void* pixels) { in updateFromBytes()
212 GLenum pixelsType, const void* pixels) { in updateFromBytes()
DRenderControl.cpp1003 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()
DFrameBuffer.cpp1829 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()
DPostCommands.h56 void* pixels; member
DPostWorker.cpp346 int rotation, void* pixels, Rect rect) { in screenshot()
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXfixes.h91 unsigned long *pixels; member
108 unsigned long *pixels; member
/device/generic/opengl-transport/host/libs/virglrenderer/libOpenglRender/
DYUVConverter.cpp188 void* pixels) { in subUpdateYUVGLTex()
414 char* pixels) { in drawConvert()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/
DSaveableTexture.cpp944 const void* pixels = in restore() local
970 const void* pixels = in restore() local
Drgtc.cpp107 uint8_t pixels[kBlockSize * kBlockSize * 2]; in rgtc_decode_image() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenccli_error_metrics.cpp292 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/
DGLESv2Imp.cpp3307 …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/
DAVDVirglRenderer.cpp483 void* pixels = malloc(res->linearSize); in virgl_renderer_get_cursor_data() local
/device/generic/vulkan-cereal/third-party/stb/include/stb/
Dstb_image_write.h1092 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()

12