Home
last modified time | relevance | path

Searched refs:ReadFromMemory (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTModelPOD.h356 EPVRTError ReadFromMemory(
370 EPVRTError ReadFromMemory(
DPVRTModelPOD.cpp1899 EPVRTError CPVRTModelPOD::ReadFromMemory( function in CPVRTModelPOD
1922 EPVRTError CPVRTModelPOD::ReadFromMemory( function in CPVRTModelPOD
/external/skqp/src/core/
DSkMatrixPriv.h26 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
DSkReadBuffer.cpp175 size = SkMatrixPriv::ReadFromMemory(matrix, fReader.peek(), fReader.available()); in readMatrix()
/external/skia/src/core/
DSkMatrixPriv.h26 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() function
DSkReadBuffer.cpp175 size = SkMatrixPriv::ReadFromMemory(matrix, fReader.peek(), fReader.available()); in readMatrix()
/external/skia/tests/
DMatrixTest.cpp158 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten()
/external/skqp/tests/
DMatrixTest.cpp158 size_t size3 = SkMatrixPriv::ReadFromMemory(&m2, buffer, kBufferSize); in test_flatten()