Home
last modified time | relevance | path

Searched refs:beginSession (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkComposeShader.cpp48 void SkComposeShader::beginSession() in beginSession() function in SkComposeShader
50 this->INHERITED::beginSession(); in beginSession()
51 fShaderA->beginSession(); in beginSession()
52 fShaderB->beginSession(); in beginSession()
DSkColorFilter.cpp51 void SkFilterShader::beginSession() in beginSession() function in SkFilterShader
53 this->INHERITED::beginSession(); in beginSession()
54 fShader->beginSession(); in beginSession()
DSkBitmapProcShader.h33 virtual void beginSession();
DSkBitmapProcShader.cpp35 void SkBitmapProcShader::beginSession() { in beginSession() function in SkBitmapProcShader
36 this->INHERITED::beginSession(); in beginSession()
DSkBlitter.cpp631 virtual void beginSession() in beginSession() function in Sk3DShader
633 this->INHERITED::beginSession(); in beginSession()
635 fProxy->beginSession(); in beginSession()
985 fShader->beginSession(); in SkShaderBlitter()
DSkShader.cpp40 void SkShader::beginSession() { in beginSession() function in SkShader
/external/skia/include/core/
DSkComposeShader.h47 virtual void beginSession();
DSkColorFilter.h108 virtual void beginSession();
DSkShader.h145 virtual void beginSession();