Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrGpuBuffer.cpp41 bool GrGpuBuffer::updateData(const void* src, size_t srcSizeInBytes) { in updateData() function in GrGpuBuffer
/third_party/skia/src/gpu/
DGrGpuBuffer.cpp45 bool GrGpuBuffer::updateData(const void* src, size_t srcSizeInBytes) { in updateData() function in GrGpuBuffer
/third_party/flutter/skia/src/gpu/vk/
DGrVkUniformBuffer.h31 bool updateData(GrVkGpu* gpu, const void* src, size_t srcSizeInBytes, in updateData() function
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DImageTest.cpp1574 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local
1739 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local
1774 GLubyte updateData[16] = {0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255, 0, 255}; in TEST_P() local
1812 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local
1869 GLubyte updateData[2 * 2 * 4] = { in TEST_P() local
1916 GLubyte updateData[4] = {0, 255, 0, 255}; in TEST_P() local
DSwizzleTest.cpp425 GLColor updateData(32, 234, 28, 232); in TEST_P() local
/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
DSwizzleTest.cpp482 GLColor updateData(32, 234, 28, 232); in TEST_P() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_multimedia_image.js310 updateData: function (...args) { method
/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