Searched defs:updateData (Results 1 – 5 of 5) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrGpuBuffer.cpp | 45 bool GrGpuBuffer::updateData(const void* src, size_t srcSizeInBytes) { in updateData() function in GrGpuBuffer
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrGpuBuffer.cpp | 63 bool GrGpuBuffer::updateData(const void* src, size_t offset, size_t size, bool preserve) { in updateData() function in GrGpuBuffer
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | ImageTest.cpp | 4070 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4226 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4260 GLubyte updateData[16] = {0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255}; in TEST_P() local 4296 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4349 GLubyte updateData[2 * 2 * 4] = { in TEST_P() local 4395 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4447 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4513 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local 4544 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local
|
| D | SwizzleTest.cpp | 482 GLColor updateData(32, 234, 28, 232); in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_helpers.h | 214 ANGLE_INLINE void updateData(const uint8_t *data, size_t size, size_t offset) in updateData() function
|