Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 50) sorted by relevance

12

/hardware/google/gfxstream/host/gl/
DTextureDraw.h50 bool draw(GLuint texture, float rotationDegrees, float dx, float dy) { in draw() argument
51 return drawImpl(texture, rotationDegrees, dx, dy, false); in draw()
55 bool drawWithOverlay(GLuint texture, float rotationDegrees, float dx, float dy) { in drawWithOverlay() argument
56 return drawImpl(texture, rotationDegrees, dx, dy, true); in drawWithOverlay()
66 bool drawImpl(GLuint texture, float rotationDegrees, float dx, float dy, bool wantOverlay);
DDisplayGl.h47 float dx; member
DColorBufferGl.h166 bool post(GLuint tex, float rotation, float dx, float dy);
171 bool postViewportScaledWithOverlay(float rotation, float dx, float dy);
DDisplayGl.cpp61 layer.overlayOptions->rotation, layer.overlayOptions->dx, layer.overlayOptions->dy); in post()
DTextureDraw.cpp273 float dx, float dy, bool wantOverlay) { in drawImpl() argument
337 s_gles2.glUniform2f(mTranslationSlot, dx, dy); in drawImpl()
DColorBufferGl.cpp892 bool ColorBufferGl::post(GLuint tex, float rotation, float dx, float dy) { in post() argument
895 return m_textureDraw->draw(tex, rotation, dx, dy); in post()
898 bool ColorBufferGl::postViewportScaledWithOverlay(float rotation, float dx, float dy) { in postViewportScaledWithOverlay() argument
901 return m_textureDraw->drawWithOverlay(getViewportScaledTexture(), rotation, dx, dy); in postViewportScaledWithOverlay()
/hardware/google/gfxstream/host/
DPostWorkerGl.cpp234 float dx = px * fx; in postWithOverlay() local
242 .dx = dx, in postWithOverlay()
DColorBuffer.h111 void glOpPostViewportScaledWithOverlay(float rotation, float dx, float dy);
DColorBuffer.cpp570 void ColorBuffer::glOpPostViewportScaledWithOverlay(float rotation, float dx, float dy) { in glOpPostViewportScaledWithOverlay() argument
575 mColorBufferGl->postViewportScaledWithOverlay(rotation, dx, dy); in glOpPostViewportScaledWithOverlay()
/hardware/google/gfxstream/host/vulkan/emulated_textures/shaders/
DAstcToBc3.comp155 ivec3 dx = ivec3(rgbColor) - ivec3(avgColor);
156 vec3 cov1 = subgroupClusteredAdd(dx.r * dx, 16); // cov(r,r), cov(r,g), cov(r,b)
157 vec3 cov2 = subgroupClusteredAdd(dx.ggb * dx.gbb, 16); // cov(g,g), cov(g,b), cov(b,b)
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp176 float dx, dy; in prepare() local
198 dx = (float)dst_w/(float)src_w; in prepare()
201 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR) in prepare()
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXfixes.h192 XFixesTranslateRegion (Display *dpy, XserverRegion region, int dx, int dy);
Dxfixesproto.h309 INT16 dx B16, dy B16;
DXI2proto.h1077 FP3232 dx; member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_QCOMExtns.h108 OMX_S32 dx; member
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp314 float dx, dy; in prepare() local
336 dx = (float)dst_w/(float)src_w; in prepare()
339 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR) in prepare()
/hardware/qcom/camera/msm8998/
DQCamera_Intf.h699 uint16_t dx; member
933 uint16_t dx; member
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp318 float dx, dy; in prepare() local
343 dx = (float)dst_w/(float)src_w; in prepare()
346 if (dx > MAX_SCALE_FACTOR || dx < MIN_SCALE_FACTOR) in prepare()
/hardware/qcom/sm7250/media/mm-core/inc/
DOMX_QCOMExtns.h171 OMX_S32 dx; member
1602 OMX_S32 dx; member
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglxext.h726 extern int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, in…
732 typedef int ( * PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglxext.h876 typedef int ( *PFNGLXQUERYCHANNELRECTSGIXPROC) (Display *display, int screen, int channel, int *dx,…
882 int glXQueryChannelRectSGIX (Display *display, int screen, int channel, int *dx, int *dy, int *dw, …
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_QCOMExtns.h126 OMX_S32 dx; member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_QCOMExtns.h129 OMX_S32 dx; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dintroduction.adoc163 https://dx.doi.org/10.1109/IEEESTD.2008.4610935 .
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_QCOMExtns.h160 OMX_S32 dx; member

12