Searched defs:row_ptr (Results 1 - 10 of 10) sorted by relevance
| /third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/ |
| H A D | libpng_read_fuzzer.cc | 55 png_voidp row_ptr = nullptr; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | rpza.c | 84 int row_ptr = 0; in rpza_decode_stream() local
|
| H A D | smc.c | 101 int row_ptr = 0; in smc_decode_stream() local [all...] |
| H A D | qtrle.c | 59 static void qtrle_decode_1bpp(QtrleContext *s, int row_ptr, int lines_to_change) in qtrle_decode_1bpp() argument 144 static inline void qtrle_decode_2n4bpp(QtrleContext *s, int row_ptr, in qtrle_decode_2n4bpp() argument 203 static void qtrle_decode_8bpp(QtrleContext *s, int row_ptr, in argument 254 qtrle_decode_16bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_16bpp() argument 300 qtrle_decode_24bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_24bpp() argument 356 qtrle_decode_32bpp(QtrleContext *s, int row_ptr, int lines_to_change) qtrle_decode_32bpp() argument 454 int height, row_ptr; qtrle_decode_frame() local [all...] |
| H A D | smcenc.c | 120 const uint8_t *pixel_ptr, *row_ptr; in smc_encode_stream() local [all...] |
| H A D | rpzaenc.c | 733 uint16_t *row_ptr; in rpza_encode_stream() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cTextureStorageMultisampleFunctionalTests.cpp | 667 float* row_ptr = (float*)buffer + row_width * data_y; in iterate() local 1054 const unsigned int* row_ptr = (unsigned int*)((char*)buffer + data_y * row_width); in iterate() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cTextureViewTests.cpp | 4670 const unsigned char* row_ptr = m_result_data + m_reference_texture_width * y * 4 /* RGBA */; in executeTest() local 8436 const unsigned char* row_ptr = data_ptr + y * m_texture_n_components * write_to_width; in checkProgramWriteCoherency() local
|
| H A D | gl4cShaderSubroutineTests.cpp | 7429 const float* row_ptr = (const float*)m_read_buffer + y * m_to_width * 4; /* rgba */ in verifyReadBuffer() local 9346 const float* row_ptr = m_to_data + y * 4 /* rgba */ * m_to_width; in verifyRenderedData() local
|
| H A D | gl4cGPUShaderFP64Tests.cpp | 9187 const unsigned char* row_ptr = m_to_data + 4 /* rgba */ * m_to_width * y; in executeFunctionalTest() local
|
Completed in 64 milliseconds