Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 25 of 80) sorted by relevance

1234

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_data.json10 "bits": { "alpha": 8 }, number
21 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
30 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
39 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
48 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, number
58 "bits": { "red": 16, "green": 16, "blue": 16, "alpha": 16 }, number
68 "bits": { "red": 32, "green": 32, "blue": 32, "alpha": 32 }, number
77 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
86 "bits": {"red": 8, "green": 8, "blue": 8,"alpha": 8}, number
95 "bits": { "red": 8, "green": 8, "blue": 8, "alpha": 8 }, number
[all …]
/device/generic/goldfish-opengl/system/hwc2/
DLayer.cpp156 HWC2::Error Layer::setPlaneAlpha(float alpha) { in setPlaneAlpha()
164 auto alpha = mPlaneAlpha; in getPlaneAlpha() local
/device/google/contexthub/firmware/os/inc/algos/
Dtime_sync.h41 float alpha, beta; member
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLContextCompatibilityTest.cpp31 EGLint red, green, blue, alpha; in IsRGBA16FConfig() local
41 EGLint red, green, blue, alpha; in IsRGB10_A2Config() local
122 EGLint alpha; in EGLConfigName() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/include/GLcommon/
DGLutils.h77 int alpha; member
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c146 float alpha = mean_y - beta * mean_x; in time_sync_estimate_time1() local
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLcommon/
DPaletteTexture.cpp27 unsigned char alpha; member
/device/generic/vulkan-cereal/third-party/angle/src/common/
DColor.h38 T alpha; member
/device/generic/vulkan-cereal/stream-servers/tests/
DGLSnapshotRenderbuffers_unittest.cpp26 GLsizei alpha; member
DSampleApplication.cpp213 float alpha, in configureLayer()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp23 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor()
38 void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f()
248 void GL_APIENTRY glClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glClearColorx()
273 void GL_APIENTRY glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub()
278 void GL_APIENTRY glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x()
283 void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_1_0.cpp49 void Context::clearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in clearColorx()
83 void Context::color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in color4f()
88 void Context::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in color4ub()
95 void Context::color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in color4x()
Dangletypes.cpp286 const bool alpha) in setColorMask()
302 const bool alpha) in setColorMaskIndexed()
Dcapture_gles_1_0_autogen.cpp54 GLfixed alpha) in CaptureClearColorx()
120 GLfloat alpha) in CaptureColor4f()
137 GLubyte alpha) in CaptureColor4ub()
154 GLfixed alpha) in CaptureColor4x()
DvalidationGL1.cpp46 bool ValidateClearAccum(const Context *, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ValidateClearAccum()
146 bool ValidateColor4b(const Context *, GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) in ValidateColor4b()
156 bool ValidateColor4d(const Context *, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) in ValidateColor4d()
171 bool ValidateColor4i(const Context *, GLint red, GLint green, GLint blue, GLint alpha) in ValidateColor4i()
181 bool ValidateColor4s(const Context *, GLshort red, GLshort green, GLshort blue, GLshort alpha) in ValidateColor4s()
196 bool ValidateColor4ui(const Context *, GLuint red, GLuint green, GLuint blue, GLuint alpha) in ValidateColor4ui()
206 bool ValidateColor4us(const Context *, GLushort red, GLushort green, GLushort blue, GLushort alpha) in ValidateColor4us()
DState.cpp688 void State::setColorClearValue(float red, float green, float blue, float alpha) in setColorClearValue()
709 void State::setColorMask(bool red, bool green, bool blue, bool alpha) in setColorMask()
720 void State::setColorMaskIndexed(bool red, bool green, bool blue, bool alpha, GLuint index) in setColorMaskIndexed()
865 void State::setBlendColor(float red, float green, float blue, float alpha) in setBlendColor()
DvalidationES1.cpp662 GLfixed alpha) in ValidateClearColorx()
694 GLfloat alpha) in ValidateColor4f()
704 GLubyte alpha) in ValidateColor4ub()
714 GLfixed alpha) in ValidateColor4x()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp61 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
76 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f()
286 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx()
311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub()
316 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x()
321 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask()
851 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES()
866 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp315 void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor()
333 void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glColor4f()
585 void glClearColorx(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorx()
609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub()
615 void glColor4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4x()
621 void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask()
1369 void glClearColorxOES(GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha) in glClearColorxOES()
1393 void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in glColor4xOES()
/device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_CM/
DCoreProfileEngine.cpp795 void CoreProfileEngine::color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in color4f()
799 void CoreProfileEngine::color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in color4ub()
DGLEScmImp.cpp557 GL_API void GL_APIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)… in glClearColor()
564 GL_API void GL_APIENTRY glClearColorx( GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha in glClearColorx()
621 GL_API void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { in glColor4f()
627 GL_API void GL_APIENTRY glColor4ub( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { in glColor4ub()
633 GL_API void GL_APIENTRY glColor4x( GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) { in glColor4x()
639 …I void GL_APIENTRY glColorMask( GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) { in glColorMask()
/device/generic/vulkan-cereal/stream-servers/
DHwc2.h94 float alpha; member
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp272 DWORD ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp63 void GL_APIENTRY ClearColorx(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in ClearColorx()
158 void GL_APIENTRY Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in Color4f()
179 void GL_APIENTRY Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in Color4ub()
200 void GL_APIENTRY Color4x(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) in Color4x()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp191 void GL_APIENTRY ClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearAccum()
212 void GL_APIENTRY ClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in ClearColor()
600 void GL_APIENTRY Color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) in Color4b()
638 void GL_APIENTRY Color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) in Color4d()
677 void GL_APIENTRY Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in Color4f()
716 void GL_APIENTRY Color4i(GLint red, GLint green, GLint blue, GLint alpha) in Color4i()
754 void GL_APIENTRY Color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) in Color4s()
793 void GL_APIENTRY Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in Color4ub()
832 void GL_APIENTRY Color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha) in Color4ui()
870 void GL_APIENTRY Color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) in Color4us()
[all …]

1234