HomeSort by relevance Sort by last modified time
    Searched refs:setLightCenter (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/view/
HardwareRenderer.java 412 abstract void setLightCenter(View.AttachInfo attachInfo);
ThreadedRenderer.java 221 setLightCenter(attachInfo);
225 void setLightCenter(AttachInfo attachInfo) {
ViewRootImpl.java     [all...]
  /frameworks/base/libs/hwui/renderthread/
CanvasContext.h 77 void setLightCenter(const Vector3& lightCenter);
RenderProxy.h 75 ANDROID_API void setLightCenter(const Vector3& lightCenter);
RenderProxy.cpp 195 CREATE_BRIDGE2(setLightCenter, CanvasContext* context, Vector3 lightCenter) {
196 args->context->setLightCenter(args->lightCenter);
200 void RenderProxy::setLightCenter(const Vector3& lightCenter) {
201 SETUP_TASK(setLightCenter);
CanvasContext.cpp 136 void CanvasContext::setLightCenter(const Vector3& lightCenter) {
138 mCanvas->setLightCenter(lightCenter);
  /external/skia/src/utils/android/
SkHwuiRenderer.cpp 59 this->proxy->setLightCenter(lightVector);
  /frameworks/base/libs/hwui/
Layer.cpp 96 renderer->setLightCenter(lightPos);
OpenGLRenderer.h 132 void setLightCenter(const Vector3& lightCenter);
    [all...]
OpenGLRenderer.cpp 105 void OpenGLRenderer::setLightCenter(const Vector3& lightCenter) {
    [all...]
  /frameworks/base/libs/hwui/tests/
main.cpp 96 proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)});
  /frameworks/base/core/jni/
android_view_Surface.cpp 487 proxy->setLightCenter((Vector3){0, 0, 0});
android_view_ThreadedRenderer.cpp 301 proxy->setLightCenter((Vector3){lightX, lightY, lightZ});

Completed in 1113 milliseconds