/hardware/google/gfxstream/host/vulkan/ |
D | Compositor.frag | 9 vec4 alpha; 19 outColor = ubo.alpha * texture(texSampler, fragTexCoord); 21 outColor = ubo.alpha * ubo.color;
|
D | Compositor.vert | 8 vec4 alpha;
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 58 .alpha = 1.0, in TEST_P() 86 .alpha = 1.0, in TEST_P() 134 .alpha = 1.0, in TEST_P() 162 .alpha = 1.0, in TEST_P()
|
/hardware/google/gfxstream/host/tests/ |
D | GLSnapshotRenderbuffers_unittest.cpp | 28 GLsizei alpha; member 84 m_state.format.alpha)); in changedStateCheck() 179 if (fieldSize != m_state.format.alpha) { in TEST_P() 182 m_state.format.name, fieldSize, m_state.format.alpha); in TEST_P() 183 m_state.format.alpha = fieldSize; in TEST_P()
|
D | CompositorVk_unittest.cpp | 437 .alpha = 1.0, in TEST_F() 493 .alpha = 1.0, in TEST_F() 548 .alpha = 1.0, in TEST_F() 591 .alpha = 0.75f, in TEST_F() 637 .alpha = 1.0f, in TEST_F() 667 .alpha = 1.0, in TEST_F() 721 .alpha = 1.0, in TEST_F() 744 .alpha = 1.0f, in TEST_F() 789 .alpha = 1.0, in TEST_F() 866 .alpha = 1.0, in TEST_F() [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_line_rasterization.adoc | 23 (coverage to alpha) are supported, and stippled lines are supported for all 36 restrictions from OpenGL, such as not supporting per-sample shading, alpha 37 to coverage, or alpha to one.
|
D | compressedtex.adoc | 18 [eq]#R'#, [eq]#G'#, and [eq]#B'#; any alpha component is unchanged. 20 are converted to linear [eq]#R#, [eq]#G#, and [eq]#B# components; any alpha 43 | ename:VK_FORMAT_BC1_RGB_UNORM_BLOCK |BC1 with no alpha 44 | ename:VK_FORMAT_BC1_RGB_SRGB_BLOCK |BC1 with no alpha, sRGB-encoded 45 | ename:VK_FORMAT_BC1_RGBA_UNORM_BLOCK|BC1 with alpha 46 | ename:VK_FORMAT_BC1_RGBA_SRGB_BLOCK |BC1 with alpha, sRGB-encoded 77 | ename:VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK |RGB ETC2 with punch-through alpha 78 | ename:VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK |RGB ETC2 with punch-through alpha and sRGB
|
D | VK_EXT_blend_operation_advanced.adoc | 54 These new blend operations are used for both RGB and alpha components; they 55 must: not be used to perform separate RGB and alpha blending (via different 56 values of color and alpha elink:VkBlendOp). 59 RGB colors can: be considered premultiplied or non-premultiplied by alpha, 63 multiplied by the alpha component prior to blending.
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_functions.h | 12 …olor4d, (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha), (red, green, blue, alpha)) \ 13 … glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha)) \ 15 …glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, alpha)) \ 73 …Colorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha), (red, green, blue, alpha)) \ 75 … glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha)) \
|
D | gles3_extensions_functions.h | 20 …GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha), (buf, red, green, blue, alpha)) \
|
D | gles12tr_internal.h | 22 …BlendColor, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha)) \ 35 …rColor, (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha), (red, green, blue, alpha)) \ 36 …Colorx, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha), (red, green, blue, alpha)) \ 37 …orxOES, (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha), (red, green, blue, alpha)) \ 48 … glColor4f, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha)) \ 50 …glColor4ub, (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha), (red, green, blue, alpha)) \ 52 … glColor4x, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha)) \ 53 …Color4xOES, (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha), (red, green, blue, alpha)) \ 54 …sk, (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha), (red, green, blue, alpha)) \
|
D | gles1_only_static_translator_namespaced_header.h | 12 GL_APICALL void GL_APIENTRY glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); 13 GL_APICALL void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 15 GL_APICALL void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 73 …PICALL void GL_APIENTRY glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 75 GL_APICALL void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/guest/rendercontrol/ |
D | RenderControl.cpp | 29 float alpha; member 125 composeLayer.alpha = requestLayer.alpha; in rcCompose()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only_dispatch_logging_wrappers.impl | 24 void glColor4d_dispatchLoggingWrapper(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) { 25 DISPATCH_DEBUG_LOG("glColor4d(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha); 26 GLDispatch::glColor4d_underlying(red, green, blue, alpha); 29 void glColor4f_dispatchLoggingWrapper(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 30 DISPATCH_DEBUG_LOG("glColor4f(red:%f, green:%f, blue:%f, alpha:%f)", red, green, blue, alpha); 31 GLDispatch::glColor4f_underlying(red, green, blue, alpha); 39 void glColor4ub_dispatchLoggingWrapper(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { 40 DISPATCH_DEBUG_LOG("glColor4ub(red:%u, green:%u, blue:%u, alpha:%u)", red, green, blue, alpha); 41 GLDispatch::glColor4ub_underlying(red, green, blue, alpha); 329 …glClearColorx_dispatchLoggingWrapper(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) { [all …]
|
D | gles3_extensions_dispatch_logging_wrappers.impl | 64 …spatchLoggingWrapper(GLuint buf, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { 65 …_LOG("glColorMaskiEXT(buf:%d, red:%d, green:%d, blue:%d, alpha:%d)", buf, red, green, blue, alpha); 66 GLDispatch::glColorMaskiEXT_underlying(buf, red, green, blue, alpha);
|
D | gles1_only.entries | 10 void glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); 11 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 13 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 71 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 73 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | PaletteTexture.cpp | 23 …igned char r, unsigned char g,unsigned char b, unsigned char a):red(r),green(g),blue(b),alpha(a){}; in Color() 27 unsigned char alpha; member 165 pixelsOut[indexOut+3] = c.alpha; in uncompressTexture()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | PlaneAlpha.aidl | 37 float alpha;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | PlaneAlpha.aidl | 37 float alpha;
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | PlaneAlpha.aidl | 26 float alpha;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | PlaneAlpha.aidl | 37 float alpha;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | PlaneAlpha.aidl | 37 float alpha;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 724 \tau_{3D}[level] & = (1-\alpha)(1-\beta)(1-\gamma)\tau_{i0j0k0}[level] \\ 725 & \, + (\alpha)(1-\beta)(1-\gamma)\tau_{i1j0k0}[level] \\ 726 & \, + (1-\alpha)(\beta)(1-\gamma)\tau_{i0j1k0}[level] \\ 727 & \, + (\alpha)(\beta)(1-\gamma)\tau_{i1j1k0}[level] \\ 728 & \, + (1-\alpha)(1-\beta)(\gamma)\tau_{i0j0k1}[level] \\ 729 & \, + (\alpha)(1-\beta)(\gamma)\tau_{i1j0k1}[level] \\ 730 & \, + (1-\alpha)(\beta)(\gamma)\tau_{i0j1k1}[level] \\ 731 & \, + (\alpha)(\beta)(\gamma)\tau_{i1j1k1}[level] 740 \tau_{2D}[level] & = (1-\alpha)(1-\beta)\tau_{i0j0}[level] \\ 741 & \, + (\alpha)(1-\beta)\tau_{i1j0}[level] \\ [all …]
|
/hardware/google/gfxstream/guest/rendercontrol/include/gfxstream/guest/ |
D | RenderControlApi.h | 29 float alpha; member
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 510 wl_drm_format_for_vk_format(VkFormat vk_format, bool alpha) in wl_drm_format_for_vk_format() argument 515 return alpha ? DRM_FORMAT_ARGB4444 : DRM_FORMAT_XRGB4444; in wl_drm_format_for_vk_format() 517 return alpha ? DRM_FORMAT_ABGR4444 : DRM_FORMAT_XBGR4444; in wl_drm_format_for_vk_format() 521 return alpha ? DRM_FORMAT_RGBA4444 : DRM_FORMAT_RGBX4444; in wl_drm_format_for_vk_format() 523 return alpha ? DRM_FORMAT_BGRA4444 : DRM_FORMAT_BGRX4444; in wl_drm_format_for_vk_format() 529 return alpha ? DRM_FORMAT_ARGB1555 : DRM_FORMAT_XRGB1555; in wl_drm_format_for_vk_format() 531 return alpha ? DRM_FORMAT_RGBA5551 : DRM_FORMAT_RGBX5551; in wl_drm_format_for_vk_format() 533 return alpha ? DRM_FORMAT_BGRA5551 : DRM_FORMAT_BGRX5551; in wl_drm_format_for_vk_format() 535 return alpha ? DRM_FORMAT_ARGB2101010 : DRM_FORMAT_XRGB2101010; in wl_drm_format_for_vk_format() 537 return alpha ? DRM_FORMAT_ABGR2101010 : DRM_FORMAT_XBGR2101010; in wl_drm_format_for_vk_format() [all …]
|