Home
last modified time | relevance | path

Searched refs:equation (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c140 /* Determines if an equation can run in fixed function */
143 pan_blend_can_fixed_function(const struct pan_blend_equation equation, in pan_blend_can_fixed_function() argument
146 return !equation.blend_enable || in pan_blend_can_fixed_function()
147 (can_fixed_function_equation(equation.rgb_func, in pan_blend_can_fixed_function()
148 equation.rgb_src_factor, in pan_blend_can_fixed_function()
149 equation.rgb_invert_src_factor, in pan_blend_can_fixed_function()
150 equation.rgb_dst_factor, in pan_blend_can_fixed_function()
151 equation.rgb_invert_dst_factor, in pan_blend_can_fixed_function()
153 can_fixed_function_equation(equation.alpha_func, in pan_blend_can_fixed_function()
154 equation in pan_blend_can_fixed_function()
283 pan_blend_is_opaque(const struct pan_blend_equation equation) pan_blend_is_opaque() argument
407 pan_blend_reads_dest(const struct pan_blend_equation equation) pan_blend_reads_dest() argument
422 pan_blend_to_fixed_function_equation(const struct pan_blend_equation equation, struct MALI_BLEND_EQUATION *out) pan_blend_to_fixed_function_equation() argument
455 pan_pack_blend(const struct pan_blend_equation equation) pan_pack_blend() argument
[all...]
H A Dpan_blend.h62 struct pan_blend_equation equation; member
82 struct pan_blend_equation equation; member
105 pan_blend_can_fixed_function(const struct pan_blend_equation equation,
153 struct MALI_BLEND_EQUATION *equation);
156 pan_pack_blend(const struct pan_blend_equation equation);
/third_party/mesa3d/src/mesa/main/
H A Dclip.c59 GLfloat equation[4]; in _mesa_ClipPlane() local
67 equation[0] = (GLfloat) eq[0]; in _mesa_ClipPlane()
68 equation[1] = (GLfloat) eq[1]; in _mesa_ClipPlane()
69 equation[2] = (GLfloat) eq[2]; in _mesa_ClipPlane()
70 equation[3] = (GLfloat) eq[3]; in _mesa_ClipPlane()
73 * The equation is transformed by the transpose of the inverse of the in _mesa_ClipPlane()
83 _mesa_transform_vector( equation, equation, in _mesa_ClipPlane()
86 if (TEST_EQ_4V(ctx->Transform.EyeUserPlane[p], equation)) in _mesa_ClipPlane()
92 COPY_4FV(ctx->Transform.EyeUserPlane[p], equation); in _mesa_ClipPlane()
[all...]
/third_party/skia/src/gpu/
H A DGrBlend.h102 static constexpr bool GrBlendEquationIsAdvanced(GrBlendEquation equation) { in GrBlendEquationIsAdvanced() argument
103 return equation >= kFirstAdvancedGrBlendEquation in GrBlendEquationIsAdvanced()
104 && equation != kIllegal_GrBlendEquation; in GrBlendEquationIsAdvanced()
107 static constexpr bool GrBlendModifiesDst(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendModifiesDst() argument
109 return (kAdd_GrBlendEquation != equation && kReverseSubtract_GrBlendEquation != equation) || in GrBlendModifiesDst()
117 static constexpr bool GrBlendShouldDisable(GrBlendEquation equation, GrBlendCoeff srcCoeff, in GrBlendShouldDisable() argument
119 return (kAdd_GrBlendEquation == equation || kSubtract_GrBlendEquation == equation) && in GrBlendShouldDisable()
126 * For "add" and "reverse subtract" the blend equation wit
150 GrBlendAllowsCoverageAsAlpha(GrBlendEquation equation, GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) GrBlendAllowsCoverageAsAlpha() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp98 // equation. in MaybeAddFact()
136 // We have not seen an equation with this LHS before, so associate the LHS in AddEquationFactRecursive()
148 // This equation is known, so there is nothing further to be done. in AddEquationFactRecursive()
151 // Add the equation to the set of known equations. in AddEquationFactRecursive()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
164 "Operands of OpBitcast equation fact must have compatible types"); in AddEquationFactRecursive()
171 for (const auto& equation : GetEquations(rhs_dds[0])) { in AddEquationFactRecursive()
172 if (equation.opcode == SpvOpISub) { in AddEquationFactRecursive()
174 if (synonymous_.IsEquivalent(*equation.operands[1], *rhs_dds[1])) { in AddEquationFactRecursive()
177 AddDataSynonymFactRecursive(lhs_dd, *equation in AddEquationFactRecursive()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp98 // equation. in MaybeAddFact()
136 // We have not seen an equation with this LHS before, so associate the LHS in AddEquationFactRecursive()
148 // This equation is known, so there is nothing further to be done. in AddEquationFactRecursive()
151 // Add the equation to the set of known equations. in AddEquationFactRecursive()
155 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
164 "Operands of OpBitcast equation fact must have compatible types"); in AddEquationFactRecursive()
171 for (const auto& equation : GetEquations(rhs_dds[0])) { in AddEquationFactRecursive()
172 if (equation.opcode == SpvOpISub) { in AddEquationFactRecursive()
174 if (synonymous_.IsEquivalent(*equation.operands[1], *rhs_dds[1])) { in AddEquationFactRecursive()
177 AddDataSynonymFactRecursive(lhs_dd, *equation in AddEquationFactRecursive()
[all...]
/third_party/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.cpp98 // equation. in MaybeAddFact()
137 // We have not seen an equation with this LHS before, so associate the LHS in AddEquationFactRecursive()
149 // This equation is known, so there is nothing further to be done. in AddEquationFactRecursive()
152 // Add the equation to the set of known equations. in AddEquationFactRecursive()
156 // Now try to work out corollaries implied by the new equation and existing in AddEquationFactRecursive()
165 "Operands of OpBitcast equation fact must have compatible types"); in AddEquationFactRecursive()
172 for (const auto& equation : GetEquations(rhs_dds[0])) { in AddEquationFactRecursive()
173 if (equation.opcode == spv::Op::OpISub) { in AddEquationFactRecursive()
175 if (synonymous_.IsEquivalent(*equation.operands[1], *rhs_dds[1])) { in AddEquationFactRecursive()
178 AddDataSynonymFactRecursive(lhs_dd, *equation in AddEquationFactRecursive()
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c117 options.rt[rt].colormask = rt_state->equation.color_mask; in panvk_lower_blend()
119 if (!rt_state->equation.blend_enable) { in panvk_lower_blend()
131 options.rt[rt].rgb.func = rt_state->equation.rgb_func; in panvk_lower_blend()
132 options.rt[rt].rgb.src_factor = rt_state->equation.rgb_src_factor; in panvk_lower_blend()
133 options.rt[rt].rgb.invert_src_factor = rt_state->equation.rgb_invert_src_factor; in panvk_lower_blend()
134 options.rt[rt].rgb.dst_factor = rt_state->equation.rgb_dst_factor; in panvk_lower_blend()
135 options.rt[rt].rgb.invert_dst_factor = rt_state->equation.rgb_invert_dst_factor; in panvk_lower_blend()
136 options.rt[rt].alpha.func = rt_state->equation.alpha_func; in panvk_lower_blend()
137 options.rt[rt].alpha.src_factor = rt_state->equation.alpha_src_factor; in panvk_lower_blend()
138 options.rt[rt].alpha.invert_src_factor = rt_state->equation in panvk_lower_blend()
[all...]
H A Dpanvk_vX_pipeline.c519 unsigned constant_mask = pan_blend_constant_mask(state->rts[rt].equation); in blend_needs_lowering()
532 return !pan_blend_can_fixed_function(state->rts[rt].equation, supports_2src); in blend_needs_lowering()
559 out->equation.blend_enable = in->blendEnable; in panvk_pipeline_builder_parse_color_blend()
560 out->equation.color_mask = in->colorWriteMask; in panvk_pipeline_builder_parse_color_blend()
561 out->equation.rgb_func = translate_blend_op(in->colorBlendOp); in panvk_pipeline_builder_parse_color_blend()
562 out->equation.rgb_src_factor = translate_blend_factor(in->srcColorBlendFactor, dest_has_alpha); in panvk_pipeline_builder_parse_color_blend()
563 out->equation.rgb_invert_src_factor = inverted_blend_factor(in->srcColorBlendFactor, dest_has_alpha); in panvk_pipeline_builder_parse_color_blend()
564 out->equation.rgb_dst_factor = translate_blend_factor(in->dstColorBlendFactor, dest_has_alpha); in panvk_pipeline_builder_parse_color_blend()
565 out->equation.rgb_invert_dst_factor = inverted_blend_factor(in->dstColorBlendFactor, dest_has_alpha); in panvk_pipeline_builder_parse_color_blend()
566 out->equation in panvk_pipeline_builder_parse_color_blend()
[all...]
H A Dpanvk_vX_meta_clear.c107 cfg.equation.rgb.a = MALI_BLEND_OPERAND_A_SRC; in panvk_meta_clear_color_attachment_emit_rsd()
108 cfg.equation.rgb.b = MALI_BLEND_OPERAND_B_SRC; in panvk_meta_clear_color_attachment_emit_rsd()
109 cfg.equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO; in panvk_meta_clear_color_attachment_emit_rsd()
110 cfg.equation.alpha.a = MALI_BLEND_OPERAND_A_SRC; in panvk_meta_clear_color_attachment_emit_rsd()
111 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC; in panvk_meta_clear_color_attachment_emit_rsd()
112 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO; in panvk_meta_clear_color_attachment_emit_rsd()
114 cfg.equation.color_mask = 0xf; in panvk_meta_clear_color_attachment_emit_rsd()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DGLES1State.cpp48 ClipPlaneParameters::ClipPlaneParameters(bool enabled, const angle::Vector4 &equation) in ClipPlaneParameters() argument
49 : enabled(enabled), equation(equation) in ClipPlaneParameters()
454 void GLES1State::setClipPlane(unsigned int plane, const GLfloat *equation)
458 mClipPlanes[plane].equation[0] = equation[0];
459 mClipPlanes[plane].equation[1] = equation[1];
460 mClipPlanes[plane].equation[2] = equation[
[all...]
H A DContext_gles_1_0.cpp71 void Context::clipPlanex(GLenum plane, const GLfixed *equation) in clipPlanex() argument
74 ConvertFixedToFloat(equation[0]), in clipPlanex()
75 ConvertFixedToFloat(equation[1]), in clipPlanex()
76 ConvertFixedToFloat(equation[2]), in clipPlanex()
77 ConvertFixedToFloat(equation[3]), in clipPlanex()
183 void Context::getClipPlanef(GLenum plane, GLfloat *equation) in getClipPlanef() argument
185 mState.gles1().getClipPlane(plane - GL_CLIP_PLANE0, equation); in getClipPlanef()
188 void Context::getClipPlanex(GLenum plane, GLfixed *equation) in getClipPlanex() argument
196 equation[i] = ConvertFloatToFixed(equationf[i]); in getClipPlanex()
H A DGLES1State.h136 ClipPlaneParameters(bool enabled, const angle::Vector4 &equation);
141 angle::Vector4 equation; member
207 void setClipPlane(unsigned int plane, const GLfloat *equation);
208 void getClipPlane(unsigned int plane, GLfloat *equation) const;
/third_party/mesa3d/src/amd/common/
H A Dac_surface.c1638 struct gfx9_meta_equation *equation) in ac_copy_dcc_equation()
1640 equation->meta_block_width = dcc->metaBlkWidth; in ac_copy_dcc_equation()
1641 equation->meta_block_height = dcc->metaBlkHeight; in ac_copy_dcc_equation()
1642 equation->meta_block_depth = dcc->metaBlkDepth; in ac_copy_dcc_equation()
1647 assert(dcc->equation.gfx10_bits[i] == 0); in ac_copy_dcc_equation()
1649 for (unsigned i = ARRAY_SIZE(equation->u.gfx10_bits) + 4; i < 68; i++) in ac_copy_dcc_equation()
1650 assert(dcc->equation.gfx10_bits[i] == 0); in ac_copy_dcc_equation()
1652 memcpy(equation->u.gfx10_bits, dcc->equation.gfx10_bits + 4, in ac_copy_dcc_equation()
1653 sizeof(equation in ac_copy_dcc_equation()
1636 ac_copy_dcc_equation(const struct radeon_info *info, ADDR2_COMPUTE_DCCINFO_OUTPUT *dcc, struct gfx9_meta_equation *equation) ac_copy_dcc_equation() argument
1668 ac_copy_cmask_equation(const struct radeon_info *info, ADDR2_COMPUTE_CMASK_INFO_OUTPUT *cmask, struct gfx9_meta_equation *equation) ac_copy_cmask_equation() argument
1690 ac_copy_htile_equation(const struct radeon_info *info, ADDR2_COMPUTE_HTILE_INFO_OUTPUT *htile, struct gfx9_meta_equation *equation) ac_copy_htile_equation() argument
3123 gfx10_nir_meta_addr_from_coord(nir_builder *b, const struct radeon_info *info, struct gfx9_meta_equation *equation, int blkSizeBias, unsigned blkStart, nir_ssa_def *meta_pitch, nir_ssa_def *meta_slice_size, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *pipe_xor, nir_ssa_def **bit_position) gfx10_nir_meta_addr_from_coord() argument
3179 gfx9_nir_meta_addr_from_coord(nir_builder *b, const struct radeon_info *info, struct gfx9_meta_equation *equation, nir_ssa_def *meta_pitch, nir_ssa_def *meta_height, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *sample, nir_ssa_def *pipe_xor, nir_ssa_def **bit_position) gfx9_nir_meta_addr_from_coord() argument
3247 ac_nir_dcc_addr_from_coord(nir_builder *b, const struct radeon_info *info, unsigned bpe, struct gfx9_meta_equation *equation, nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height, nir_ssa_def *dcc_slice_size, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *sample, nir_ssa_def *pipe_xor) ac_nir_dcc_addr_from_coord() argument
3267 ac_nir_cmask_addr_from_coord(nir_builder *b, const struct radeon_info *info, struct gfx9_meta_equation *equation, nir_ssa_def *cmask_pitch, nir_ssa_def *cmask_height, nir_ssa_def *cmask_slice_size, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *pipe_xor, nir_ssa_def **bit_position) ac_nir_cmask_addr_from_coord() argument
3288 ac_nir_htile_addr_from_coord(nir_builder *b, const struct radeon_info *info, struct gfx9_meta_equation *equation, nir_ssa_def *htile_pitch, nir_ssa_def *htile_slice_size, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *pipe_xor) ac_nir_htile_addr_from_coord() argument
[all...]
H A Dac_surface_meta_address_test.c59 /* equation varies with resource_type, swizzle_mode, in gfx9_meta_addr_from_coord()
122 const uint16_t *equation, in gfx10_meta_addr_from_coord()
143 if (equation[i*4+c] != 0) { in gfx10_meta_addr_from_coord()
144 unsigned mask = equation[i*4+c]; in gfx10_meta_addr_from_coord()
175 /* equation varies with bpp and pipe_aligned */ in gfx10_dcc_addr_from_coord()
176 const uint16_t *equation, unsigned bpp, in gfx10_dcc_addr_from_coord()
188 return gfx10_meta_addr_from_coord(info, equation, in gfx10_dcc_addr_from_coord()
266 assert(dout.equation.gfx9.num_bits <= ARRAY_SIZE(eq.u.gfx9.bit)); in one_dcc_address_test()
270 assert(dout.equation.gfx10_bits[i] == 0); in one_dcc_address_test()
273 assert(dout.equation in one_dcc_address_test()
120 gfx10_meta_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned meta_block_width, unsigned meta_block_height, unsigned blkSizeLog2, unsigned meta_pitch, unsigned meta_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor, unsigned *bit_position) gfx10_meta_addr_from_coord() argument
173 gfx10_dcc_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned bpp, unsigned meta_block_width, unsigned meta_block_height, unsigned dcc_pitch, unsigned dcc_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor) gfx10_dcc_addr_from_coord() argument
401 gfx10_htile_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned meta_block_width, unsigned meta_block_height, unsigned htile_pitch, unsigned htile_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor) gfx10_htile_addr_from_coord() argument
552 gfx10_cmask_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned bpp, unsigned meta_block_width, unsigned meta_block_height, unsigned cmask_pitch, unsigned cmask_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor, unsigned *bit_position) gfx10_cmask_addr_from_coord() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeAdvancedBlendEquationTests.cpp81 std::string getShaderLayoutEquation (BlendEquation equation) in getShaderLayoutEquation() argument
83 switch (equation) in getShaderLayoutEquation()
107 glw::GLenum getEquation (BlendEquation equation) in getEquation() argument
109 switch (equation) in getEquation()
147 std::string generateFragmentShaderSource (NegativeTestContext& ctx, BlendEquation equation) in generateFragmentShaderSource() argument
155 << "layout(" << getShaderLayoutEquation(equation) << ") out;\n" in generateFragmentShaderSource()
165 glu::ProgramSources generateProgramSources (NegativeTestContext& ctx, BlendEquation equation) in generateProgramSources() argument
169 << glu::FragmentSource(generateFragmentShaderSource(ctx, equation)); in generateProgramSources()
186 ctx.beginSection("GL_INVALID_OPERATION is generated if blending is enabled, and the blend qualifier is different from blend_support_all_equations and does not match the blend equation."); in blend_qualifier_mismatch()
H A Des31fFboSRGBWriteControlTests.cpp288 deUint32 equation; member
298 blendConfigs[0].equation = GL_FUNC_ADD; in getBlendingConfigList()
299 blendConfigs[1].equation = GL_FUNC_ADD; in getBlendingConfigList()
300 blendConfigs[2].equation = GL_FUNC_ADD; in getBlendingConfigList()
301 blendConfigs[3].equation = GL_FUNC_ADD; in getBlendingConfigList()
313 blendConfigs[4].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList()
314 blendConfigs[5].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList()
315 blendConfigs[6].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList()
316 blendConfigs[7].equation = GL_FUNC_SUBTRACT; in getBlendingConfigList()
328 blendConfigs[8].equation in getBlendingConfigList()
1197 std::string equation, src, dst; enableFramebufferBlend() local
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
48 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation);
H A DsglrReferenceUtils.cpp251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation() argument
253 switch (equation) in mapGLBlendEquation()
266 rr::BlendEquationAdvanced mapGLBlendEquationAdvanced (deUint32 equation) in mapGLBlendEquationAdvanced() argument
268 switch (equation) in mapGLBlendEquationAdvanced()
/third_party/skia/src/gpu/vk/
H A DGrVkPipeline.cpp338 static VkBlendOp blend_equation_to_vk_blend_op(GrBlendEquation equation) {
385 SkASSERT((unsigned)equation < kGrBlendEquationCnt);
386 return gTable[equation];
392 GrBlendEquation equation = blendInfo.fEquation;
395 bool blendOff = GrBlendShouldDisable(equation, srcCoeff, dstCoeff);
402 attachmentState->colorBlendOp = blend_equation_to_vk_blend_op(equation);
405 attachmentState->alphaBlendOp = blend_equation_to_vk_blend_op(equation);
/third_party/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.cpp41 void GrGLSLFragmentShaderBuilder::enableAdvancedBlendEquationIfNeeded(GrBlendEquation equation) { in enableAdvancedBlendEquationIfNeeded() argument
42 SkASSERT(GrBlendEquationIsAdvanced(equation)); in enableAdvancedBlendEquationIfNeeded()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.hpp45 deUint32 equation; member
50 : equation (0) in BlendState()
H A DglsInteractionTestUtil.cpp194 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2)); in computeRandomRenderState()
198 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquationsES2), DE_ARRAY_END(blendEquationsES2)); in computeRandomRenderState()
204 state.blendRGBState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations)); in computeRandomRenderState()
208 state.blendAState.equation = rnd.choose<deUint32>(DE_ARRAY_BEGIN(blendEquations), DE_ARRAY_END(blendEquations)); in computeRandomRenderState()
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c104 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
106 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat *equation);
112 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
118 GL_API void GL_APIENTRY glGetClipPlanex (GLenum pname, GLfixed *equation);
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_params.cpp29 const GLfixed *equation, in CaptureClipPlanex_equation()
68 GLfloat *equation, in CaptureGetClipPlanef_equation()
71 CaptureMemory(equation, 4 * sizeof(GLfloat), paramCapture); in CaptureGetClipPlanef_equation()
77 GLfixed *equation, in CaptureGetClipPlanex_equation()
26 CaptureClipPlanex_equation(const State &glState, bool isCallValid, GLenum plane, const GLfixed *equation, ParamCapture *paramCapture) CaptureClipPlanex_equation() argument
65 CaptureGetClipPlanef_equation(const State &glState, bool isCallValid, GLenum plane, GLfloat *equation, ParamCapture *paramCapture) CaptureGetClipPlanef_equation() argument
74 CaptureGetClipPlanex_equation(const State &glState, bool isCallValid, GLenum plane, GLfixed *equation, ParamCapture *paramCapture) CaptureGetClipPlanex_equation() argument

Completed in 19 milliseconds

1234