/external/mesa3d/src/mesa/main/ |
D | clip.c | 56 GLfloat equation[4]; in _mesa_ClipPlane() local 101 _mesa_GetClipPlane( GLenum plane, GLdouble *equation ) in _mesa_GetClipPlane()
|
D | es1_conversion.c | 54 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation) in _mesa_ClipPlanef() 67 _mesa_ClipPlanex(GLenum plane, const GLfixed *equation) in _mesa_ClipPlanex() 204 _mesa_GetClipPlanef(GLenum plane, GLfloat *equation) in _mesa_GetClipPlanef() 216 _mesa_GetClipPlanex(GLenum plane, GLfixed *equation) in _mesa_GetClipPlanex()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeAdvancedBlendEquationTests.cpp | 81 std::string getShaderLayoutEquation (BlendEquation equation) in getShaderLayoutEquation() 107 glw::GLenum getEquation (BlendEquation equation) in getEquation() 147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation) in generateFragmentShaderSource() 165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources()
|
D | es31fAdvancedBlendTests.cpp | 89 static const char* getEquationName (glw::GLenum equation) in getEquationName() 185 const char* getBlendLayoutQualifier (rr::BlendEquationAdvanced equation) in getBlendLayoutQualifier() 210 glu::ProgramSources getBlendProgramSrc (rr::BlendEquationAdvanced equation, glu::RenderContext& ren… in getBlendProgramSrc()
|
D | es31fDrawBuffersIndexedTests.cpp | 591 …const rr::BlendEquationAdvanced equation = mapGLBlendEquationAdvanced(state.blendEq->get<BlendEq>(… in setBlendState() local 598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>()); in setBlendState() local
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation() 266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation) in mapGLBlendEquationAdvanced()
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 19 static const char* specific_layout_qualifier_name(GrBlendEquation equation) { in specific_layout_qualifier_name() 118 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) { in enableAdvancedBlendEquationIfNeeded()
|
/external/skqp/include/gpu/ |
D | GrBlend.h | 102 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() 107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 140 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation, in GrBlendAllowsCoverageAsAlpha()
|
/external/skia/include/gpu/ |
D | GrBlend.h | 102 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() 107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() 140 static constexpr bool GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation, in GrBlendAllowsCoverageAsAlpha()
|
/external/tensorflow/tensorflow/python/ops/ |
D | special_math_ops.py | 135 def einsum(equation, *inputs, **kwargs): argument 458 def _exponential_space_einsum(equation, *inputs): argument
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.cpp | 19 static const char* specific_layout_qualifier_name(GrBlendEquation equation) { in specific_layout_qualifier_name() 139 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) { in enableAdvancedBlendEquationIfNeeded()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ops/ |
D | xla_ops.cc | 532 string equation; in __anon3500048a0602() local
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipeline.cpp | 344 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() 432 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state() local
|
/external/skia/src/gpu/vk/ |
D | GrVkPipeline.cpp | 348 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) { in blend_equation_to_vk_blend_op() 436 GrBlendEquation equation = blendInfo.fEquation; in setup_color_blend_state() local
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.hpp | 45 deUint32 equation; member
|
/external/skia/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 57 static bool can_use_hw_blend_equation(GrBlendEquation equation, in can_use_hw_blend_equation()
|
D | GrPorterDuffXferProcessor.cpp | 46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() 88 GrBlendEquation equation() const { in equation() function in BlendFormula
|
/external/skqp/src/gpu/effects/ |
D | GrCustomXfermode.cpp | 57 static bool can_use_hw_blend_equation(GrBlendEquation equation, in can_use_hw_blend_equation()
|
D | GrPorterDuffXferProcessor.cpp | 46 constexpr BlendFormula(OutputType primaryOut, OutputType secondaryOut, GrBlendEquation equation, in BlendFormula() 88 GrBlendEquation equation() const { in equation() function in BlendFormula
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_oa.py | 180 def output_rpn_equation_code(set, counter, equation, counter_vars): argument
|
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/ |
D | Tween.java | 344 private TweenEquation equation; field in Tween
|
/external/skia/src/gpu/ |
D | GrCaps.h | 106 bool isAdvancedBlendEquationBlacklisted(GrBlendEquation equation) const { in isAdvancedBlendEquationBlacklisted()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 569 BlendEquationToPipe(VdpOutputSurfaceRenderBlendEquation equation) in BlendEquationToPipe()
|
/external/skqp/src/gpu/ |
D | GrCaps.h | 106 bool isAdvancedBlendEquationBlacklisted(GrBlendEquation equation) const { in isAdvancedBlendEquationBlacklisted()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 63 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane()
|