Home
last modified time | relevance | path

Searched defs:updateData (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrGpuBuffer.cpp45 bool GrGpuBuffer::updateData(const void* src, size_t srcSizeInBytes) { in updateData() function in GrGpuBuffer
/third_party/skia/m133/src/gpu/ganesh/
DGrGpuBuffer.cpp63 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/
DImageTest.cpp4070 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
DSwizzleTest.cpp482 GLColor updateData(32, 234, 28, 232); in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_helpers.h214 ANGLE_INLINE void updateData(const uint8_t *data, size_t size, size_t offset) in updateData() function