Home
last modified time | relevance | path

Searched refs:SetViewport (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_common.h72 virtual void SetViewport(const GLRect &dst_rect);
H A Dgl_color_convert_impl.cpp171 SetViewport(dst_rect); in Blit()
H A Dgl_layer_stitch_impl.cpp152 SetViewport(info.dst_rect); in Blit()
H A Dgl_common.cpp190 void GLCommon::SetViewport(const GLRect &dst_rect) { in SetViewport() function in sdm::GLCommon
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.h93 bool SetViewport(int x, int y, int width, int height);
H A Dgl_frame.cpp187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport() function in android::filterfw::GLFrame
/aosp12/frameworks/base/media/mca/filterfw/jni/
H A Djni_gl_frame.cpp247 return frame ? ToJBool(frame->SetViewport(x, y, width, height)) : JNI_FALSE; in Java_android_filterfw_core_GLFrame_setNativeViewport()