/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.h | 50 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);
|
D | DisplayGl.h | 47 float dx; member
|
D | ColorBufferGl.h | 166 bool post(GLuint tex, float rotation, float dx, float dy); 171 bool postViewportScaledWithOverlay(float rotation, float dx, float dy);
|
D | DisplayGl.cpp | 61 layer.overlayOptions->rotation, layer.overlayOptions->dx, layer.overlayOptions->dy); in post()
|
D | TextureDraw.cpp | 273 float dx, float dy, bool wantOverlay) { in drawImpl() argument 337 s_gles2.glUniform2f(mTranslationSlot, dx, dy); in drawImpl()
|
D | ColorBufferGl.cpp | 892 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/ |
D | PostWorkerGl.cpp | 234 float dx = px * fx; in postWithOverlay() local 242 .dx = dx, in postWithOverlay()
|
D | ColorBuffer.h | 111 void glOpPostViewportScaledWithOverlay(float rotation, float dx, float dy);
|
D | ColorBuffer.cpp | 570 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/ |
D | AstcToBc3.comp | 155 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/ |
D | hwc_copybit.cpp | 176 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/ |
D | Xfixes.h | 192 XFixesTranslateRegion (Display *dpy, XserverRegion region, int dx, int dy);
|
D | xfixesproto.h | 309 INT16 dx B16, dy B16;
|
D | XI2proto.h | 1077 FP3232 dx; member
|
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/ |
D | OMX_QCOMExtns.h | 108 OMX_S32 dx; member
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_copybit.cpp | 314 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/ |
D | QCamera_Intf.h | 699 uint16_t dx; member 933 uint16_t dx; member
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_copybit.cpp | 318 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/ |
D | OMX_QCOMExtns.h | 171 OMX_S32 dx; member 1602 OMX_S32 dx; member
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glxext.h | 726 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/ |
D | glxext.h | 876 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/ |
D | OMX_QCOMExtns.h | 126 OMX_S32 dx; member
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
D | OMX_QCOMExtns.h | 129 OMX_S32 dx; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | introduction.adoc | 163 https://dx.doi.org/10.1109/IEEESTD.2008.4610935 .
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
D | OMX_QCOMExtns.h | 160 OMX_S32 dx; member
|